Skip to content

Commit

Permalink
Merge pull request #260 from Gu-ZT/release-script
Browse files Browse the repository at this point in the history
修改 release 脚本
  • Loading branch information
Gu-ZT authored Apr 12, 2024
2 parents 6e27185 + 612ccbd commit 33ebaa8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ jobs:
curseforge-id: 986251
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

files-primary: fabric/build/libs/anvilcraft-fabric-${{ steps.version.outputs.version }}.jar
files: none
files: fabric/build/libs/anvilcraft-fabric-${{ steps.version.outputs.version }}.jar

- name: publish forge mc mod
uses: Kir-Antipov/[email protected]
Expand All @@ -103,5 +102,4 @@ jobs:
curseforge-id: 986251
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

files-primary: forge/build/libs/anvilcraft-forge-${{ steps.version.outputs.version }}.jar
files: none
files: forge/build/libs/anvilcraft-forge-${{ steps.version.outputs.version }}.jar

0 comments on commit 33ebaa8

Please sign in to comment.