Skip to content

Commit

Permalink
XXX: Fix arguments to artifact upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Feb 26, 2024
1 parent af128e8 commit ab02594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
./LICENSE
./builds/ninja-multi-default/package/*
- name: Upload VAST artiface
- name: Upload VAST artifact
uses: actions/upload-artifact@v4
with:
files: |
path: |
./LICENSE
./builds/ninja-multi-default/package/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
- name: Upload VAST artifact
uses: actions/upload-artifact@v4
with:
files: |
path: |
./LICENSE
./builds/ninja-multi-default/package/*

0 comments on commit ab02594

Please sign in to comment.