Skip to content

Commit

Permalink
Minor build system changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Crementif authored Oct 12, 2024
1 parent 7e47616 commit dbda512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -46,5 +46,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: graphicPacks.zip
name: graphicPacks
path: "graphicPacks.zip"

0 comments on commit dbda512

Please sign in to comment.