Skip to content

Commit

Permalink
fix: worflow artefact path
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Mar 18, 2024
1 parent 50a8500 commit 0f46a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE }}
run: gh release upload ${{ steps.release.outputs.tag_name }} ./dist/nightwave-plaza_electron_${{ steps.release.outputs.tag_name }}_linux.AppImage
run: gh release upload ${{ steps.release.outputs.tag_name }} ./dist/nightwave-plaza-electron_${{ steps.release.outputs.tag_name }}_linux.AppImage

windows:
name: windows
Expand All @@ -58,4 +58,4 @@ jobs:
- name: Upload Release Artifact
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE }}
run: gh release upload ${{ steps.release.outputs.tag_name }} ./dist/nightwave-plaza_electron_${{ needs.release-please.outputs.tag_name }}_windows.exe
run: gh release upload ${{ steps.release.outputs.tag_name }} ./dist/nightwave-plaza-electron_${{ needs.release-please.outputs.tag_name }}_windows.exe

0 comments on commit 0f46a13

Please sign in to comment.