We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8359081 commit 23d5659Copy full SHA for 23d5659
.github/workflows/.nightly.yml
@@ -103,13 +103,9 @@ jobs:
103
name: Artifact deb
104
uses: actions/upload-artifact@v4
105
with:
106
- name: nightly-deb-${{ inputs.target }}-${{ inputs.arch }}
107
- path: deb/debbuild/${{ inputs.target }}
108
- retention-days: 1
109
- -
110
- name: Artifact rpm
111
- uses: actions/upload-artifact@v4
112
- with:
113
- name: nightly-rpm-${{ inputs.target }}-${{ inputs.arch }}
114
- path: rpm/rpmbuild/${{ inputs.target }}
+ name: nightly-${{ inputs.target }}-${{ inputs.arch }}
+ path: |
+ deb/debbuild/${{ inputs.target }}
+ rpm/rpmbuild/${{ inputs.target }}
+ static/build
115
retention-days: 1
0 commit comments