Skip to content

Commit

Permalink
fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 18, 2024
1 parent 75c5427 commit a169c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
- name: Upload Forge Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: GT4R-forge-nightly-${{ steps.vars.outputs.sha_short }}
path: forge/build/libs
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Fabric Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: GT4R-fabric-nightly-${{ steps.vars.outputs.sha_short }}
path: fabric/build/libs
Expand Down

0 comments on commit a169c01

Please sign in to comment.