Skip to content

Commit

Permalink
fix ci real
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas authored Feb 11, 2025
1 parent bcbb54d commit 59533de
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/commitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,4 @@ jobs:
with:
name: Android + Desktop build
path: ExampleJavaMod.jar
- name: Create release
uses: actions/create-release@v1
id: create_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.VERSION }}
release_name: Release ${{ env.VERSION }}
draft: false
prerelease: false
- name: Upload release jar
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ExampleJavaMod.jar
asset_name: ExampleJavaMod.jar
asset_content_type: application/zip
# no release, you get the jar from the action run

0 comments on commit 59533de

Please sign in to comment.