Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR authored Sep 9, 2024
1 parent b80e44f commit 5501d6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: echo "$(sha1sum SparklyPowerPlus_$DATE.zip)" >> $GITHUB_STEP_SUMMARY

- name: "Upload Java Resource Pack"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.0
with:
name: SparklyPowerPlus Java
path: SparklyPowerPlus_${{ steps.date.outputs.date }}.zip
Expand Down Expand Up @@ -106,13 +106,13 @@ jobs:
(cd target/unpackaged/rp && zip -9 -r "$OLDPWD/SparklyPowerPlus_Bedrock_$DATE.mcpack" .)
- name: "Upload Bedrock Resource Pack"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.0
with:
name: SparklyPowerPlus Bedrock
path: bedrock_rp/SparklyPowerPlus_Bedrock_${{ steps.date.outputs.date }}.mcpack

- name: "Upload Geyser Mappings"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.0
with:
name: geyser_mappings.json
path: bedrock_rp/target/geyser_mappings.json

0 comments on commit 5501d6e

Please sign in to comment.