diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-12-10 02:28:12 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-12-10 02:28:12 +0800 |
| commit | 8f0a2542a626b9770e4ccbf3a896633dfb037a89 (patch) | |
| tree | 8667d52598319b41234c82065617756fa995480c /.github/workflows | |
| parent | a5f690f551216ee6203ab22c8d0328b3a0a2fbe4 (diff) | |
| download | RoughlyEnoughItems-8f0a2542a626b9770e4ccbf3a896633dfb037a89.tar.gz RoughlyEnoughItems-8f0a2542a626b9770e4ccbf3a896633dfb037a89.tar.bz2 RoughlyEnoughItems-8f0a2542a626b9770e4ccbf3a896633dfb037a89.zip | |
Update to 1.20.4
Diffstat (limited to '.github/workflows')
| -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 c0c980a8d..bec17513e 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -31,7 +31,7 @@ jobs: - name: Upload Mod uses: gradle/gradle-build-action@v2 with: - arguments: build publish forge:publishUnified neoforge:publishUnified fabric:publishUnified --stacktrace + arguments: build publish neoforge:publishUnified fabric:publishUnified --stacktrace env: danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} modrinth_key: ${{ secrets.MODRINTH_KEY }} |
