diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-04-02 03:20:25 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-04-02 03:20:31 +0800 |
| commit | e11f3e6de3d0d3708061b765fb77dee0746aaf83 (patch) | |
| tree | efa659aee0eeaacf55d680cbaa0ebb7a91e40191 | |
| parent | bde7dc42c9137b28231815d284cbc72247242609 (diff) | |
| download | RoughlyEnoughItems-11.x-23w13a_or_b.tar.gz RoughlyEnoughItems-11.x-23w13a_or_b.tar.bz2 RoughlyEnoughItems-11.x-23w13a_or_b.zip | |
Fix action11.x-23w13a_or_b
| -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 d66182164..52758858e 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -29,7 +29,7 @@ jobs: - name: Upload Mod uses: gradle/gradle-build-action@v2 with: - arguments: build publish fabric:publishUnified forge:publishUnified --stacktrace + arguments: build publish fabric:publishUnified --stacktrace env: danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} modrinth_key: ${{ secrets.MODRINTH_KEY }} |
