Skip to content

Commit 4a245bd

Browse files
committed
Update flow 4
1 parent fa5110f commit 4a245bd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,11 @@ jobs:
186186
pattern: release-arch-*
187187
merge-multiple: true
188188

189-
- run: ls -R my-artifact
189+
- run: ls -R artifacts
190+
191+
- name: Upload artifact
192+
uses: actions/upload-artifact@v6
193+
with:
194+
name: releases
195+
retention-days: 30
196+
path: artifacts/*.tar.gz

0 commit comments

Comments
 (0)