Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi-reden committed Aug 2, 2024
1 parent f5ec407 commit 33bf78f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- dev

jobs:
build-and-deploy:
deployment:
env:
BRANCH_PREFIX: $(cat gradle.properties | grep mod_version | cut -d'+' -f2)
strategy:
Expand Down Expand Up @@ -77,8 +77,8 @@ jobs:
fabric/build/libs/!(*-@(dev|sources|javadoc|shadow)).jar
fabric/build/libs/*-@(dev|sources|javadoc|shadow).jar
modrinth-id: oLPaySSb
curseforge-id: 1019391
modrinth-id: KCGxOJsE
curseforge-id: 955929

curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
forge/build/libs/!(*-@(dev|sources|javadoc|shadow)).jar
forge/build/libs/*-@(dev|sources|javadoc|shadow).jar
modrinth-id: oLPaySSb
modrinth-id: KCGxOJsE
curseforge-id: 1019391

curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
Expand Down

0 comments on commit 33bf78f

Please sign in to comment.