mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Update build.yml
This commit is contained in:
parent
dcb6446b46
commit
1457d739dc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -32,10 +32,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
ZIP_NAME="torrentpier-${{ steps.get_commit_hash.outputs.COMMIT_HASH }}.zip"
|
ZIP_NAME="torrentpier-${{ steps.get_commit_hash.outputs.COMMIT_HASH }}.zip"
|
||||||
zip -r "$ZIP_NAME" . -x ".git/*" ".github/*"
|
zip -r "$ZIP_NAME" . -x ".git/*" ".github/*"
|
||||||
echo "zip_name=$ZIP_NAME" >> $GITHUB_OUTPUT
|
echo "ZIP_NAME=$ZIP_NAME" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Upload Archive
|
- name: Upload Archive
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: TorrentPier
|
name: TorrentPier
|
||||||
path: ${{ steps.create_zip.outputs.zip_name }}
|
path: ${{ steps.create_zip.outputs.ZIP_NAME }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue