Skip to content

Commit c200f42

Browse files
committed
Harden to API faults
1 parent d79791c commit c200f42

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ jobs:
2727
distribution: temurin
2828
java-version: 17
2929
- name: Build and publish with Gradle
30-
run: ./gradlew build modrinth curseforge --no-daemon
30+
run: ./gradlew build modrinth curseforge --continue --no-daemon
3131
env:
3232
BUILD_RELEASE: ${{github.event.prelease == false}}
3333
MODRINTH_TOKEN: ${{secrets.MODRINTH}}
3434
CURSEFORGE_TOKEN: ${{secrets.CURSEFORGE}}
3535
CHANGELOG: ${{ github.event.release.body }}
3636
- name: Upload build artifacts
37+
if: always()
3738
uses: AButler/upload-release-assets@v2.0
3839
with:
3940
files: 'build/libs/*'

0 commit comments

Comments
 (0)