fixed workflow zipping twice
All checks were successful
Upload .zip file / Upload .zip file (push) Successful in 4s
All checks were successful
Upload .zip file / Upload .zip file (push) Successful in 4s
This commit is contained in:
parent
494315c2f2
commit
ae94abb23c
1 changed files with 4 additions and 7 deletions
|
@ -7,13 +7,10 @@ jobs:
|
|||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.6.0
|
||||
- name: Create the .zip archive
|
||||
uses: actions/zip@v1
|
||||
with:
|
||||
args: zip -qq -r BetterCombatCompat.zip data pack.mcmeta pack.png
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Upload the .zip archive
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: BetterCombatCompat.zip
|
||||
path: BetterCombatCompat.zip
|
||||
name: BetterCombatCompat
|
||||
path: .
|
||||
|
|
Loading…
Reference in a new issue