Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
bugfix version name
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusJacobitz committed May 29, 2021
1 parent 71a518f commit 757f7b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:
with:
# Arguments to pass to Chocolatey
args: install innosetup --install-arguments="'/DIR=../innosetup'" --force
- name: tagname
uses: olegtarasov/[email protected]
- name: Run innosetup
# Run innosetup and set application version to git tag
run: ../innosetup/ISCC.exe specs/windows-terminservice.iss /DApplicationVersion=${GITHUB_REF#refs/*/}
run: ../innosetup/ISCC.exe specs/windows-terminservice.iss /DApplicationVersion=${{ env.GIT_TAG_NAME }}
- name: Zip
uses: papeloto/action-zip@v1
with:
Expand Down

0 comments on commit 757f7b3

Please sign in to comment.