Skip to content

Commit

Permalink
Upload separated bingo viewer for Linux as well
Browse files Browse the repository at this point in the history
  • Loading branch information
theastropath committed Aug 6, 2023
1 parent 8eb66a5 commit b89c078
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ runs:
run: zip -r9 DXRando.zip .
working-directory: ./dist/DXRando
shell: bash
- if: runner.os != 'Windows'
run: zip -r9 BingoViewer.zip .
working-directory: ./dist/BingoViewer
shell: bash

- run: ls -lah dist/DXRando/DXRando.zip
shell: bash
10 changes: 8 additions & 2 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: ./.github/run-tests

- name: Upload artifacts
- name: Upload Installer
uses: actions/upload-artifact@v3
with:
name: DXRando
Expand Down Expand Up @@ -43,8 +43,14 @@ jobs:

- uses: ./.github/run-tests

- name: Upload artifacts
- name: Upload Installer
uses: actions/upload-artifact@v3
with:
name: DXRando-linux
path: dist/DXRando/DXRando.zip

- name: Upload Bingo Viewer
uses: actions/upload-artifact@v3
with:
name: BingoViewer-linux
path: dist/BingoViewer/BingoViewer.zip

0 comments on commit b89c078

Please sign in to comment.