We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79791c commit c200f42Copy full SHA for c200f42
1 file changed
.github/workflows/publish.yml
@@ -27,13 +27,14 @@ jobs:
27
distribution: temurin
28
java-version: 17
29
- name: Build and publish with Gradle
30
- run: ./gradlew build modrinth curseforge --no-daemon
+ run: ./gradlew build modrinth curseforge --continue --no-daemon
31
env:
32
BUILD_RELEASE: ${{github.event.prelease == false}}
33
MODRINTH_TOKEN: ${{secrets.MODRINTH}}
34
CURSEFORGE_TOKEN: ${{secrets.CURSEFORGE}}
35
CHANGELOG: ${{ github.event.release.body }}
36
- name: Upload build artifacts
37
+ if: always()
38
uses: AButler/upload-release-assets@v2.0
39
with:
40
files: 'build/libs/*'
0 commit comments