diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index c7b369b..eca6e23 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -103,7 +103,7 @@ jobs: -H "Authorization: token $TOKEN" \ -H "Content-Type: application/octet-stream" \ --data-binary @dist/${tmp}/${FILE} \ - "https://forgejo.example/api/v1/repos/{{ github.repository }}/releases/$RELEASE_ID/assets?name=${FILE}" + "https://forgejo.example/api/v1/repos/${{ github.repository }}/releases/$RELEASE_ID/assets?name=${FILE}" done - name: Upload asset run: |