Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Aug 31, 2023
1 parent f744fbd commit 7c7fdee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/DXRandoInstaller.exe
asset_name: DXRandoInstaller.exe
tag: ${{ github.ref }}

- name: Upload Release Asset BingoViewer
id: upload-release-asset-bingoviewer
Expand All @@ -28,6 +29,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/BingoViewer.exe
asset_name: BingoViewer.exe
tag: ${{ github.ref }}

linux:
runs-on: ubuntu-latest
Expand All @@ -50,6 +52,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/DXRandoInstaller
asset_name: DXRandoInstaller-Linux
tag: ${{ github.ref }}

- name: Upload Release Asset BingoViewer
id: upload-release-asset-bingoviewer
Expand All @@ -58,3 +61,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/BingoViewer
asset_name: BingoViewer-Linux
tag: ${{ github.ref }}

0 comments on commit 7c7fdee

Please sign in to comment.