mirror of
https://github.com/godotengine/godot-nir-static.git
synced 2025-12-31 13:48:20 +03:00
Merge pull request #19 from bruvzg/ci_upload_fix
[CI] Fix upload action.
This commit is contained in:
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@@ -167,6 +167,10 @@ jobs:
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
- name: ZIP Artifacts
|
||||
run: |
|
||||
for i in */; do (cd "${i%/}"; zip -r "../${i%/}.zip" .; cd ..); done
|
||||
|
||||
- name: Create Release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
@@ -174,5 +178,5 @@ jobs:
|
||||
removeArtifacts: true
|
||||
omitNameDuringUpdate: true
|
||||
omitBodyDuringUpdate: true
|
||||
artifacts: "godot-nir-static*"
|
||||
artifacts: "*.zip"
|
||||
artifactErrorsFailBuild: true
|
||||
|
||||
Reference in New Issue
Block a user