This commit is contained in:
Ben Sarmiento
2023-10-29 09:09:01 +01:00
parent e05fcf4c52
commit 586d33532d

View File

@@ -103,6 +103,9 @@ jobs:
- name: Upload Artifacts to other repo's release
run: |
for artifact in *.zip; do
echo ${{ steps.create_release.outputs.release_id }}
echo $(basename "$artifact")
echo "@$artifact"
curl -s -X POST \
-H "Authorization: token ${{ secrets.PAT }}" \
-H "Accept: application/vnd.github.v3+json" \