mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 10:40:09 +00:00
CI use simplier names to upload artifacts
- avoided spaces in names and CI and build keywords
This commit is contained in:
6
.github/workflows/ccpp.yml
vendored
6
.github/workflows/ccpp.yml
vendored
@@ -142,7 +142,7 @@ jobs:
|
||||
if: steps.upload-release.conclusion == 'skipped'
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: UltraGrid CI Linux build
|
||||
name: UltraGrid-Linux
|
||||
path: UltraGrid-${{ env.VERSION }}-x86_64.AppImage
|
||||
|
||||
macOS:
|
||||
@@ -230,7 +230,7 @@ jobs:
|
||||
if: steps.upload-release.conclusion == 'skipped'
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: UltraGrid CI macOS build
|
||||
name: UltraGrid-macOS
|
||||
path: UltraGrid-${{ env.VERSION }}.dmg
|
||||
|
||||
Windows:
|
||||
@@ -327,7 +327,7 @@ jobs:
|
||||
if: steps.upload-release.conclusion == 'skipped'
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: UltraGrid CI Windows build
|
||||
name: UltraGrid-Windows
|
||||
path: build
|
||||
|
||||
# vi: set expandtab sw=2:
|
||||
|
||||
Reference in New Issue
Block a user