diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4ed55bd..173912e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -36,14 +36,6 @@ jobs: run: | cd builds tar -czvf linux.tar.gz -C linux/ . - - name: print info - run: | - ls - du -sh * - echo "---" - tree builds - echo "---" - echo - name: create release run: | echo "Getting last Release Tag" @@ -62,6 +54,8 @@ jobs: \"prerelease\": true, \"tag_name\": \"$VERSION\" }") + echo $ID + ID=$(echo $ID | jq -r '.id') echo "Uploading Build to Release" curl -X 'POST' \ "https://git.euph.dev/api/v1/repos/${{ github.repository }}/releases/$ID/assets?name=Linux.tar.gz" \