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
208af68ca0
commit
4ee3db2c64
3
.github/workflows/publishing.yml
vendored
3
.github/workflows/publishing.yml
vendored
@ -74,7 +74,8 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
for file in artifacts/*; do
|
||||
for file in artifacts/*; do zip ${file%.*}.zip $file; done
|
||||
for file in *.zip; do
|
||||
echo "Uploading $file"
|
||||
curl --progress-bar \
|
||||
-X POST \
|
||||
|
Loading…
Reference in New Issue
Block a user