File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 85
85
sudo .github/scripts/replace-asset.sh GITHUB_REPOSITORY=$GITHUB_REPOSITORY GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} continuous ~/chroot/UltraGrid/UltraGrid-latest-${{ matrix.arch }}.AppImage application/x-appimage Linux%20${{ matrix.arch }}%20build
86
86
- name : Upload Build
87
87
if : steps.upload-release-asset.conclusion == 'skipped'
88
- uses : actions/upload-artifact@v3
88
+ uses : actions/upload-artifact@main
89
89
with :
90
90
name : UltraGrid CI ${{ matrix.arch }} build
91
91
path : ' ~/chroot/UltraGrid/UltraGrid-latest-${{ matrix.arch }}.AppImage'
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
.github/scripts/replace-asset.sh $TAG UltraGrid-$VERSION-x86_64.AppImage application/x-appimage Linux%20build
138
138
- name : Upload Build
139
139
if : steps.upload-release.conclusion == 'skipped'
140
- uses : actions/upload-artifact@v3
140
+ uses : actions/upload-artifact@main
141
141
with :
142
142
name : UltraGrid-Linux
143
143
path : UltraGrid-${{ env.VERSION }}-x86_64.AppImage
@@ -228,7 +228,7 @@ jobs:
228
228
.github/scripts/replace-asset.sh $TAG UltraGrid-$VERSION.dmg application/x-apple-diskimage macOS%20build
229
229
- name : Upload Build
230
230
if : steps.upload-release.conclusion == 'skipped'
231
- uses : actions/upload-artifact@v3
231
+ uses : actions/upload-artifact@main
232
232
with :
233
233
name : UltraGrid-macOS
234
234
path : UltraGrid-${{ env.VERSION }}.dmg
@@ -351,7 +351,7 @@ jobs:
351
351
$GITHUB_WORKSPACE/.github/scripts/replace-asset.sh $TAG UltraGrid-$VERSION-win64.zip application/zip Windows%20build
352
352
- name : Upload Build
353
353
if : steps.upload-release.conclusion == 'skipped'
354
- uses : actions/upload-artifact@v3
354
+ uses : actions/upload-artifact@main
355
355
with :
356
356
name : UltraGrid-Windows
357
357
path : build
You can’t perform that action at this time.
0 commit comments