fixed workflow zipping twice
All checks were successful
Upload .zip file / Upload .zip file (push) Successful in 4s

This commit is contained in:
Seaswimmer 2024-03-12 00:10:27 -04:00
parent 494315c2f2
commit ae94abb23c
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -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: .