Skip to content

Commit 32e6145

Browse files
committed
Update cmake_ninja_crossbuild.yml
no artifacts needed
1 parent 1387159 commit 32e6145

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/cmake_ninja_crossbuild.yml

-6
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,6 @@ jobs:
188188
- name: Host - Remove version from release name and use hyphens
189189
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"
190190

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-
197191
- name: Host - "Create release - tag - assets"
198192
uses: ncipollo/release-action@v1
199193
with:

0 commit comments

Comments
 (0)