don't upload the git and forgejo directories in the artifact
All checks were successful
Upload .zip file / Upload .zip file (push) Successful in 3s
All checks were successful
Upload .zip file / Upload .zip file (push) Successful in 3s
This commit is contained in:
parent
ae94abb23c
commit
df61bcec50
1 changed files with 6 additions and 1 deletions
|
@ -13,4 +13,9 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: BetterCombatCompat
|
name: BetterCombatCompat
|
||||||
path: .
|
path: |
|
||||||
|
data
|
||||||
|
pack.mcmeta
|
||||||
|
pack.png
|
||||||
|
LICENSE
|
||||||
|
README.md
|
||||||
|
|
Loading…
Reference in a new issue