mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-24 06:27:24 +00:00
Update publishing.yml
This commit is contained in:
parent
f4bb7c8b0c
commit
180b1d1bfc
6
.github/workflows/publishing.yml
vendored
6
.github/workflows/publishing.yml
vendored
@ -74,7 +74,11 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
for file in artifacts/*; do zip ${file%.*}.zip $file; done
|
||||
cd artifacts
|
||||
for folder in */; do
|
||||
zip -r "${folder%/}.zip" "$folder"
|
||||
done
|
||||
ls
|
||||
for file in *.zip; do
|
||||
echo "Uploading $file"
|
||||
curl --progress-bar \
|
||||
|
Loading…
Reference in New Issue
Block a user