Skip to content

Commit

Permalink
Fix adding release artifacts #2
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ramidzkh committed Apr 3, 2022
1 parent ea09413 commit ec0cce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/libs/*.jar
asset_path: ./build/libs/Applied-Mekanistics-${{ github.event.release.tag_name }}.jar
asset_name: appmek-${{ github.event.release.tag_name }}.jar
asset_content_type: application/zip
- name: Upload to CurseForge
Expand Down

0 comments on commit ec0cce4

Please sign in to comment.