Minor build system changes

This commit is contained in:
Crementif 2024-10-12 16:16:28 +02:00 committed by GitHub
parent 7e47616407
commit dbda51299d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ jobs:
steps:
# Clone latest copy of repository
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Zip all packs
@ -46,5 +46,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: graphicPacks.zip
name: graphicPacks
path: "graphicPacks.zip"