Dumping zip content for testing
All checks were successful
Tag and Release Lightless / tag-and-release (push) Successful in 2m10s
All checks were successful
Tag and Release Lightless / tag-and-release (push) Successful in 2m10s
This commit is contained in:
@@ -159,15 +159,20 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload Assets to release
|
- name: Dump zip content
|
||||||
env:
|
|
||||||
RELEASE_ID: ${{ env.RELEASE_ID }}
|
|
||||||
run: |
|
run: |
|
||||||
echo "Uploading to release ID: $RELEASE_ID"
|
unzip -l /output/LightlessClient.zip
|
||||||
curl --fail-with-body -s -X POST \
|
|
||||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
|
||||||
-F "attachment=@/output/LightlessClient.zip" \
|
# - name: Upload Assets to release
|
||||||
"https://git.lightless-sync.org/api/v1/repos/${GITHUB_REPOSITORY}/releases/$RELEASE_ID/assets"
|
# env:
|
||||||
|
# RELEASE_ID: ${{ env.RELEASE_ID }}
|
||||||
|
# run: |
|
||||||
|
# echo "Uploading to release ID: $RELEASE_ID"
|
||||||
|
# curl --fail-with-body -s -X POST \
|
||||||
|
# -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
||||||
|
# -F "attachment=@/output/LightlessClient.zip" \
|
||||||
|
# "https://git.lightless-sync.org/api/v1/repos/${GITHUB_REPOSITORY}/releases/$RELEASE_ID/assets"
|
||||||
|
|
||||||
- name: Clone plugin hosting repo
|
- name: Clone plugin hosting repo
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user