Skip to content

Commit

Permalink
another fix to workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennan1994 committed Oct 16, 2024
1 parent 46df63a commit 00674d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
shell: pwsh
run: |
$SEVEN_Z_OUT = "${pwd}/HEC-FDA-${{ env.VERSION }}.exe"
echo "SEVEN_Z_OUT=$7Z_OUT" >> $env:GITHUB_ENV
echo "SEVEN_Z_OUT=$SEVEN_Z_OUT" >> $env:GITHUB_ENV
7z a -sfx $SEVEN_Z_OUT "${{ env.PUBLISH_OUT }}/*"
- name: Release
Expand Down

0 comments on commit 00674d3

Please sign in to comment.