Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SiongSng authored Jun 30, 2022
1 parent df89146 commit 977e4f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
curseforge-id: 461500
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
files-primary: fabric/build/libs/!(*-@(dev|sources)).jar
files-primary: fabric/build/libs/!(*-@(dev|sources|shadow)).jar
version-type: release
loaders: fabric
version-resolver: latest
Expand All @@ -50,7 +50,7 @@ jobs:
modrinth-id: ZukQzaRP
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
files-primary: forge/build/libs/!(*-@(dev|sources)).jar
files-primary: forge/build/libs/!(*-@(dev|sources|shadow)).jar
version-type: release
loaders: forge
version-resolver: latest
Expand All @@ -62,4 +62,4 @@ jobs:
dependencies: |
kotlin-for-forge
cloth-config
architectury-api
architectury-api

0 comments on commit 977e4f0

Please sign in to comment.