Skip to content

Commit

Permalink
Update executable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcorcuera committed Dec 3, 2023
1 parent ef9c65c commit 127ea9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
# The line above seems to be deprecated, we might need to switch to the line below (not yet tested!)
# run: echo "{VERSION}=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT

- name: Compress binaries
run: tar -cvzf vchdfe-${{ steps.get_version.outputs.VERSION }}-${{ matrix.os }}.tar.gz vchdfe
- name: Upload binaries to release
Expand Down

0 comments on commit 127ea9c

Please sign in to comment.