Skip to content

Commit

Permalink
Fix path in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Apr 28, 2024
1 parent a1f435e commit 98d84fd
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 @@ -27,7 +27,7 @@ jobs:
- name: Archive Artifacts
uses: actions/upload-artifact@v4
with:
path: *.zip
path: "*.zip"
if-no-files-found: error
build_runner_native:
name: Build on Native Runner (target OS/CPU = source OS/CPU)
Expand All @@ -54,5 +54,5 @@ jobs:
- name: Archive Artifacts
uses: actions/upload-artifact@v4
with:
path: *.zip
path: "*.zip"
if-no-files-found: error

0 comments on commit 98d84fd

Please sign in to comment.