Skip to content

Commit

Permalink
meta: Fix backup repo in publishing task
Browse files Browse the repository at this point in the history
  • Loading branch information
nea89o committed Apr 27, 2024
1 parent 94075f3 commit 874c426
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- name: Set up gradle cache
uses: gradle/gradle-build-action@v2
- name: Build with Gradle
run: ./gradlew clean test includeBackupRepo remapJar --no-daemon
run: |
./gradlew clean
./gradlew includeBackupRepo
./gradlew test remapJar
env:
NEU_RELEASE: true
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 874c426

Please sign in to comment.