diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a0abca..80f7063 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Build Project run: dotnet build --configuration Release SpotifyHonorific/SpotifyHonorific.csproj -p:AssemblyVersion=${{ github.ref_name }} - + - name: Create Release uses: actions/create-release@v1 id: create_release @@ -45,7 +45,7 @@ jobs: run: | curl \ -X POST \ - -H "Authorization: token ${{ github.token }}" \ + -H "Authorization: token ${{ gitea.token }}" \ -H "Content-Type: application/zip" \ - --data-binary @latest.zip \ + --data-binary @SpotifyHonorific/bin/Release/SpotifyHonorific/latest.zip \ "${{ steps.create_release.outputs.upload_url }}?name=latest.zip" \ No newline at end of file