Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Fix actions. (Second Try)
Browse files Browse the repository at this point in the history
  • Loading branch information
NCT-skyouo committed Aug 22, 2022
1 parent 8f86ef5 commit f1a647f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
git config --global user.name "Github Actions"
- name: Patch Brilliant
run: |
./gradlew applyPatches --stacktrace --no-daemon
bash gradlew applyPatches --stacktrace --no-daemon
- name: Build Brilliant
run: |
./gradlew createReobfPaperclipJar --stacktrace --no-daemon
bash gradlew createReobfPaperclipJar --stacktrace --no-daemon
- name: Set outputs
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
Expand Down

0 comments on commit f1a647f

Please sign in to comment.