diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b8e2bb..c812d77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,4 +39,6 @@ jobs: -H "Authorization: token $GITEA_TOKEN" \ -H "Content-Type: application/zip" \ --data-binary @Heimdall.zip \ - "https://git.site.quack-lab.dev/api/v1/repos/$GITEA_REPOSITORY/releases/$RELEASE_ID/assets?name=Heimdall.zip" \ No newline at end of file + "https://git.site.quack-lab.dev/api/v1/repos/$GITEA_REPOSITORY/releases/$RELEASE_ID/assets?name=Heimdall.zip" + + #PLEASE RUN \ No newline at end of file