diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-05-09 02:43:27 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-05-09 02:43:27 +0800 |
| commit | 29a242ad78177fa1a56f06d7899d4438e52bc472 (patch) | |
| tree | 0500ffe0ed9c46820a306be527544bf234d2405e | |
| parent | 928e907cd27353cd72641f2adc7f92fe2ce38fac (diff) | |
| download | RoughlyEnoughItems-29a242ad78177fa1a56f06d7899d4438e52bc472.tar.gz RoughlyEnoughItems-29a242ad78177fa1a56f06d7899d4438e52bc472.tar.bz2 RoughlyEnoughItems-29a242ad78177fa1a56f06d7899d4438e52bc472.zip | |
f
Signed-off-by: shedaniel <daniel@shedaniel.me>
| -rw-r--r-- | .github/workflows/curseforge.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index 9ac5d9de1..c7f110b6f 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -22,7 +22,7 @@ jobs: danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} BRANCH_NAME: ${{ github.ref }} - name: Upload to CurseForge - run: ./gradlew build releaseOnCf --stacktrace - env: - danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} - BRANCH_NAME: ${{ github.ref }}
\ No newline at end of file + run: ./gradlew build releaseOnCf --stacktrace + env: + danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} + BRANCH_NAME: ${{ github.ref }}
\ No newline at end of file |
