From 172809f8bc04e7a522717953a2f8d2e70186f208 Mon Sep 17 00:00:00 2001 From: kubel Date: Thu, 17 Oct 2024 13:58:33 +0200 Subject: [PATCH] Fix invalid file --- .github/workflows/release-kotlin.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release-kotlin.yml b/.github/workflows/release-kotlin.yml index 777dd23..e970dc6 100644 --- a/.github/workflows/release-kotlin.yml +++ b/.github/workflows/release-kotlin.yml @@ -72,8 +72,6 @@ jobs: release_name: Yttrium 0.2.1 #${{ env.VERSION }} draft: false prerelease: true - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Release Assets uses: actions/upload-release-asset@v1 @@ -83,6 +81,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./kotlin_artifacts.zip asset_name: artifacts_${{ matrix.target }}.zip - asset_content_type: application/zip - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + asset_content_type: application/zip \ No newline at end of file