We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2390813 commit f7e7f3aCopy full SHA for f7e7f3a
1 file changed
.github/workflows/linux.yml
@@ -83,6 +83,7 @@ jobs:
83
- name: Save URL of build results as an artifact
84
uses: actions/upload-artifact@v4
85
with:
86
- path: linux-deb.dir
87
- path: linux-deb.url
+ path: |
+ linux-deb.dir
88
+ linux-deb.url
89
0 commit comments