Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwenhe committed Dec 6, 2023
1 parent e9199bf commit 202df98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compressandrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Upload Release Assets
run: |
upload_url="${{ steps.create_release.outputs.upload_url }}"
upload_url="${upload_url/\{?name,label\}/}"
for asset_path in $(cat zipfiles.txt); do
asset_name=$(basename $asset_path)
echo "Uploading $asset_path as $asset_name"
Expand Down

0 comments on commit 202df98

Please sign in to comment.