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
|
||||
with:
|
||||
name: sorted-sprites
|
||||
path: |
|
||||
./_sprites/sorted
|
||||
./_sprites/sorted-merged
|
||||
name: sorted
|
||||
path: ./_sprites/sorted
|
||||
retention-days: 15
|
||||
|
||||
- name: upload sorted-merged
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sorted-merged
|
||||
path: ./_sprites/sorted-merged
|
||||
retention-days: 15
|
||||
|
||||
- name: remove temp sorted folder
|
||||
|
||||
Reference in New Issue
Block a user