diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-09-24 19:55:24 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-09-24 19:55:24 +0800 |
| commit | 6ad403672ef58063904e196fb5947c2de24b9c8f (patch) | |
| tree | 09d2bb7c9cebbcdd5308f607b48060c4234ee474 /.github | |
| parent | 3d5ead0c1b591688aca3ab04dbc59e20b67927f8 (diff) | |
| download | RoughlyEnoughItems-6ad403672ef58063904e196fb5947c2de24b9c8f.tar.gz RoughlyEnoughItems-6ad403672ef58063904e196fb5947c2de24b9c8f.tar.bz2 RoughlyEnoughItems-6ad403672ef58063904e196fb5947c2de24b9c8f.zip | |
Publish Forge
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/curseforge.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index 4e90fad1a..30cd84e1a 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -26,7 +26,7 @@ jobs: - name: Upload Mod uses: gradle/gradle-build-action@v2 with: - arguments: build publish fabric:publishUnified --stacktrace + arguments: build publish fabric:publishUnified forge:publishUnified --stacktrace env: danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} modrinth_key: ${{ secrets.MODRINTH_KEY }} |
