Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Olfi01 authored Jun 8, 2024
1 parent 75ca2f9 commit c1af83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4
- name: Build latest resource pack version
run: |
tar --exclude='./.git' --exclude='./oresia.zip' -exclude='./.github' -cf oresia.zip .
tar --exclude='./.git' --exclude='./oresia.zip' --exclude='./.github' -cf oresia.zip .
mkdir build
mv oresia.zip build/oresia.zip
- name: Create SHA-1 hash
Expand Down

0 comments on commit c1af83d

Please sign in to comment.