diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2cdb286..b00a874 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -43,11 +43,11 @@ jobs: echo "---" tree builds echo "---" - echo ${{ github.repository }} + echo - name: create release run: | curl -X 'POST' \ - 'https://git.euph.dev/api/v1/repos/gamedev/snake/releases' \ + 'https://git.euph.dev/api/v1/repos/${{ github.repository }}/releases' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \