aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-12-02 03:14:58 +0800
committershedaniel <daniel@shedaniel.me>2021-12-02 03:14:58 +0800
commitbd0157e00a89b730ea604897ba98b2aa4bd43d25 (patch)
tree56fbee8514d54bd2c5efe5d526fb69e2be320dd5 /.github/workflows
parent05d46c3a0c2494177d2225c42f5586439109cf8c (diff)
downloadRoughlyEnoughItems-bd0157e00a89b730ea604897ba98b2aa4bd43d25.tar.gz
RoughlyEnoughItems-bd0157e00a89b730ea604897ba98b2aa4bd43d25.tar.bz2
RoughlyEnoughItems-bd0157e00a89b730ea604897ba98b2aa4bd43d25.zip
Properly build and upload to CF
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/curseforge.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml
index f387acfa5..691b9bc46 100644
--- a/.github/workflows/curseforge.yml
+++ b/.github/workflows/curseforge.yml
@@ -26,7 +26,7 @@ jobs:
with:
java-version: 17
- name: Upload to CurseForge
- run: ./gradlew build publish --stacktrace
+ run: ./gradlew build publish curseforge --stacktrace
env:
danielshe_curse_api_key: ${{ secrets.CF_API_KEY }}
BRANCH_NAME: ${{ github.ref }}