We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1387159 commit 32e6145Copy full SHA for 32e6145
.github/workflows/cmake_ninja_crossbuild.yml
@@ -188,12 +188,6 @@ jobs:
188
- name: Host - Remove version from release name and use hyphens
189
run: mv -f "${{ matrix.name }}_${{ env.cmake_version }}+${{ env.ninja_version }}_${{ matrix.arch }}.deb" "${{ matrix.os_id }}-${{ matrix.os_version_id }}-${{ matrix.name }}-${{ matrix.arch }}.deb"
190
191
- - name: Host - Upload artifacts
192
- uses: actions/upload-artifact@v2.2.4
193
- with:
194
- name: "${{ matrix.os_id }}-${{ matrix.os_version_id }}-${{ matrix.name }}-${{ env.cmake_version }}-${{ env.ninja_version }}-${{ matrix.arch }}"
195
- path: "${{ matrix.os_id }}-${{ matrix.os_version_id }}-${{ matrix.name }}-${{ matrix.arch }}.deb"
196
-
197
- name: Host - "Create release - tag - assets"
198
uses: ncipollo/release-action@v1
199
with:
0 commit comments