Skip to content

Commit ab02594

Browse files
committed
XXX: Fix arguments to artifact upload.
1 parent af128e8 commit ab02594

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
./LICENSE
6868
./builds/ninja-multi-default/package/*
6969
70-
- name: Upload VAST artiface
70+
- name: Upload VAST artifact
7171
uses: actions/upload-artifact@v4
7272
with:
73-
files: |
73+
path: |
7474
./LICENSE
7575
./builds/ninja-multi-default/package/*
7676

.github/workflows/rel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
- name: Upload VAST artifact
5555
uses: actions/upload-artifact@v4
5656
with:
57-
files: |
57+
path: |
5858
./LICENSE
5959
./builds/ninja-multi-default/package/*

0 commit comments

Comments
 (0)