Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennan1994 authored Sep 11, 2024
1 parent 83f9a08 commit 80b4654
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 @@ -49,7 +49,7 @@ jobs:
shell: pwsh
run: |
echo "Published to ${{ env.PUBLISH_OUT }}"
$ZIP_OUT = "${pwd}/PACKAGED/HEC-FDA-${{ env.VERSION }}.zip"
$ZIP_OUT = "${pwd}HEC-FDA-${{ env.VERSION }}.zip"
echo "ZIP_OUT=$ZIP_OUT" >> $env:GITHUB_ENV
Compress-Archive -Path ${{ env.PUBLISH_OUT }} -DestinationPath $ZIP_OUT
Expand Down

0 comments on commit 80b4654

Please sign in to comment.