Skip to content

Commit

Permalink
ci: more specific name for zip output
Browse files Browse the repository at this point in the history
instead of wildcards copying zip files, only copy zip files if file name
starts with `youtube-local`
  • Loading branch information
alive4ever committed Nov 14, 2024
1 parent b500672 commit bc562ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cd ${{ github.workspace }}
python3 ./generate_release.py 3.11.9
mkdir -p /tmp/output
cp -v *zip /tmp/output/
cp -v youtube-local*zip /tmp/output/
- name: Uploading build artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit bc562ed

Please sign in to comment.