Skip to content

Commit

Permalink
Update installer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr authored Aug 19, 2024
1 parent fe7d55a commit 4c0acf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: gh release upload $TAG output/saenopy_run/saenopy --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: v1.0.4
TAG: v1.0.5

build-windows:

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
path: output/saenopy_run

- name: Upload GitHub release assets
run: gh release upload v1.0.4 "output\saenopy_run\saenopy.exe" --clobber
run: gh release upload v1.0.5 "output\saenopy_run\saenopy.exe" --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: v1.0.4
TAG: v1.0.5

0 comments on commit 4c0acf8

Please sign in to comment.