Skip to content

Commit f7e7f3a

Browse files
committed
Fix linux path for artifacts
Signed-off-by: Loïc Minier <[email protected]>
1 parent 2390813 commit f7e7f3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
- name: Save URL of build results as an artifact
8484
uses: actions/upload-artifact@v4
8585
with:
86-
path: linux-deb.dir
87-
path: linux-deb.url
86+
path: |
87+
linux-deb.dir
88+
linux-deb.url
8889

0 commit comments

Comments
 (0)