Skip to content

Commit

Permalink
upload pipeline artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas81298 committed Apr 27, 2023
1 parent fd2ea9a commit f1c810a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ jobs:
- name: Clean
run: ./gradlew clean
- name: Apply Patches
run: ./gradlew applyPatches --stacktrace
run: ./gradlew applyPatches --info
- name: Build
run: ./gradlew build --stacktrace
run: ./gradlew build --info
- name: Bundle
run: ./gradlew createReobfBundlerJar --info
- name: Rename Artifact
run: mv build/libs/cheetah-1.19-bundler-1.19.4-R0.1-SNAPSHOT-reobf.jar build/libs/cheetah-1.19.4.jar
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: Cheetah-1.19.4
path: build/libs/cheetah-1.19.4.jar
if-no-files-found: error

0 comments on commit f1c810a

Please sign in to comment.