Skip to content

Commit

Permalink
Update action to upload datapack zip artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dthigpen authored Mar 6, 2022
1 parent ba174ec commit dfc0258
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
pytest -q --tb=no ./dtcraft-datapacks/.github/scripts --dir=dtcraft-datapacks

# - name: Upload artifacts
# uses: actions/upload-artifact@v2
# with:
# name: datapacks
# path: artifacts/*.zip
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: datapacks
path: artifacts/*.zip


0 comments on commit dfc0258

Please sign in to comment.