Skip to content

Commit

Permalink
chore: ArchLoom Neo
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Nov 17, 2023
1 parent e6ab9ce commit a2c3c7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build --stacktrace
env:
GITHUB_PAT: ${{ secrets.PAT }}
- name: Archive build results
run: tar -I zstd -cf build.tar.zst versions/*/build/libs
- name: Upload build folder
Expand All @@ -28,4 +30,4 @@ jobs:
name: build-artifacts
path: build.tar.zst
if-no-files-found: error
retention-days: 3
retention-days: 3
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
- run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build --stacktrace
env:
GITHUB_PAT: ${{ secrets.PAT }}
- name: Upload to CurseForge and Modrinth
env:
CHANGELOG: ${{ github.event.release.body }}
Expand Down

0 comments on commit a2c3c7e

Please sign in to comment.