Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rgerum/saenopy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Jan 15, 2024
2 parents b5f8020 + a9ae026 commit d77a3d0
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.2
TAG: v1.0.3

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.2 "output\saenopy_run\saenopy.exe" --clobber
run: gh release upload v1.0.3 "output\saenopy_run\saenopy.exe" --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: v1.0.2
TAG: v1.0.3

0 comments on commit d77a3d0

Please sign in to comment.