summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-17 02:28:51 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-17 02:28:51 +0200
commit1fc003abda3580fbdb7bd61e145aeb26be3d69ed (patch)
treeedce03c6497e1e10106231a7ccc977dce1859097
parent:bug: fix executable + pause on crash (diff)
downloadserver-1fc003abda3580fbdb7bd61e145aeb26be3d69ed.tar.xz
:bug: remove pause
-rw-r--r--.github/workflows/release.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml

index ff104a99..f9e87d53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml
@@ -17,17 +17,14 @@ jobs: file: fosscord-server-windows.exe package: "" artifact: fosscord-server-windows.exe - pause: "& PAUSE" - os: macos file: fosscord-server.app package: tar -czf 'fosscord-server-macos.app.tgz' 'fosscord-server.app' artifact: fosscord-server-macos.app.tgz - pause: "; echo 'Press any key to exit...' && read" - os: ubuntu file: fosscord package: chmod +x fosscord && tar -czf 'fosscord-server-linux.tgz' 'fosscord' artifact: fosscord-server-linux.tgz - pause: "; echo 'Press any key to exit...' && read" runs-on: ${{ matrix.os }}-latest steps: - uses: actions/checkout@v2 @@ -39,7 +36,7 @@ jobs: - run: | cd bundle npm run setup - npx caxa -i . -m 'This_may_take_a_while_to_run_the_first_time_please_wait...' --output '${{matrix.file}}' -- '{{caxa}}/node_modules/.bin/node' '{{caxa}}/dist/bundle/src/start.js' ${{matrix.pause}} + npx caxa -i . -m 'This_may_take_a_while_to_run_the_first_time_please_wait...' --output '${{matrix.file}}' -- '{{caxa}}/node_modules/.bin/node' '{{caxa}}/dist/bundle/src/start.js' ${{ matrix.package }} - uses: actions/upload-artifact@v2 with: