Skip to content

Commit

Permalink
update workflow for uploading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
DoggySazHi committed Jun 20, 2024
1 parent 2da32bb commit 80b7a86
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ jobs:
- name: Build artifacts
run: ./gradlew clean :build-logic:build GensouJankMod:build GensouJank:build
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: gensoujank-artifacts-${{ steps.ref.outputs.branch }}
path: build/libs/*.jar
path: |
GensouJankMod/build/libs/*.jar
GensouJank/build/libs/*.jar
# - name: Reposilite upload
# run: ./gradlew publish
# env:
# USERNAME: ${{ secrets.ORG_GRADLE_PROJECT_GENSOREPOUSERNAME }}
# TOKEN: ${{ secrets.ORG_GRADLE_PROJECT_GENSOREPOPASSWORD }}
# TOKEN: ${{ secrets.ORG_GRADLE_PROJECT_GENSOREPOPASSWORD }}

0 comments on commit 80b7a86

Please sign in to comment.