Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotori316 committed Nov 17, 2023
1 parent 45acf61 commit a8bc47b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
path: '*/build/libs/*'
name: ${{ github.event.repository.name }}-Forge-${{ github.run_number }}
retention-days: 3

check-neoforge:
runs-on: ubuntu-latest
Expand All @@ -43,3 +44,4 @@ jobs:
with:
path: '*/build/libs/*'
name: ${{ github.event.repository.name }}-NeoForge-${{ github.run_number }}
retention-days: 3
3 changes: 2 additions & 1 deletion .github/workflows/release_forge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
-PjarSign.storePass="${JAR_PASSWORD}"
build publishToMavenLocal curseforge modrinth githubRelease publish -x test
env:
RELEASE_DEBUG: 'true'
RELEASE_DEBUG: 'false'
REPO_TOKEN: ${{secrets.GITHUB_TOKEN}}
AZURE_TOKEN: ${{steps.get-secrets.outputs.azure_token}}
KEY_PASSWORD: ${{steps.get-secrets.outputs.key_password}}
Expand Down Expand Up @@ -93,3 +93,4 @@ jobs:
path: |
*/build/libs/
~/.m2
retention-days: 14

0 comments on commit a8bc47b

Please sign in to comment.