Skip to content

Commit d32ce93

Browse files
committed
gh: Make prerelease workflow upload an artifact.
1 parent eedf3c4 commit d32ce93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/prerelease.yml

+7
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ jobs:
6767
./LICENSE
6868
./builds/ninja-multi-default/package/*
6969
70+
- name: Upload VAST artiface
71+
uses: actions/upload-artifact@v4
72+
with:
73+
files: |
74+
./LICENSE
75+
./builds/ninja-multi-default/package/*
76+
7077
- name: Build VAST Doc
7178
run: cmake --build --preset ninja-rel --target vast-doc
7279

0 commit comments

Comments
 (0)