Skip to content

Commit

Permalink
Attempt to add git SHA to datapacks
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerS1066 committed Jul 18, 2021
1 parent 54eac0a commit 8d432f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: touch addon/$GITHUB_SHA.txt
- run: touch base/$GITHUB_SHA.txt
- run: touch craft/$GITHUB_SHA.txt
- run: touch trait/$GITHUB_SHA.txt
- run: mkdir target
- name: Zip Addon
run: cd addon && zip -r ../target/AP-Addon.zip .
Expand Down

0 comments on commit 8d432f9

Please sign in to comment.