Skip to content

Commit

Permalink
zip all sub folders, but don't include source folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennan1994 authored Sep 11, 2024
1 parent 4fd8081 commit 267e7a7
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:
run: |
$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
Compress-Archive -Path "${{ env.PUBLISH_OUT }}/*" -DestinationPath $ZIP_OUT
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 267e7a7

Please sign in to comment.