it's already working
This commit is contained in:
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
@@ -73,13 +73,18 @@ jobs:
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
- name: upload sprites
|
- name: upload sorted
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sorted-sprites
|
name: sorted
|
||||||
path: |
|
path: ./_sprites/sorted
|
||||||
./_sprites/sorted
|
retention-days: 15
|
||||||
./_sprites/sorted-merged
|
|
||||||
|
- name: upload sorted-merged
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: sorted-merged
|
||||||
|
path: ./_sprites/sorted-merged
|
||||||
retention-days: 15
|
retention-days: 15
|
||||||
|
|
||||||
- name: remove temp sorted folder
|
- name: remove temp sorted folder
|
||||||
|
|||||||
Reference in New Issue
Block a user