mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-02 08:09:57 -04:00
fix resource artifact pushing
This commit is contained in:
parent
0948e5cb74
commit
cd152e7c25
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -88,11 +88,15 @@ jobs:
|
|||
path: ${{ github.workspace }}/VERSION
|
||||
id: version
|
||||
|
||||
- name: Delete resource cache file
|
||||
run: |
|
||||
rm ./bin/nightly/resources/.geode_cache
|
||||
|
||||
- name: Upload resources
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: resources
|
||||
path: ./bin/nightly/resources.zip
|
||||
path: ./bin/nightly/resources
|
||||
if: matrix.config.os_identifier == 'win'
|
||||
|
||||
- name: Upload Artifacts
|
||||
|
|
Loading…
Add table
Reference in a new issue