Skip to content

Commit

Permalink
Fix invalid file
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Oct 17, 2024
1 parent 8c9f1d7 commit 172809f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
asset_content_type: application/zip

0 comments on commit 172809f

Please sign in to comment.