|
@@ -118,7 +118,7 @@ jobs:
|
|
|
if: env.SHOULD_BUILD == 'yes'
|
|
|
|
|
|
- name: Upload vscode artifact
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
+ uses: actions/upload-artifact@v3
|
|
|
with:
|
|
|
name: vscode
|
|
|
path: ./vscode.tar.gz
|
|
@@ -284,7 +284,7 @@ jobs:
|
|
|
- name: Upload assets
|
|
|
uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
- name: reh-${{ matrix.vscode_arch }}
|
|
|
+ name: reh-linux-${{ matrix.vscode_arch }}
|
|
|
path: assets/
|
|
|
retention-days: 3
|
|
|
if: env.SHOULD_DEPLOY == 'no' && github.event.inputs.generate_assets == 'true'
|
|
@@ -351,9 +351,9 @@ jobs:
|
|
|
if: env.SHOULD_BUILD_REH != 'no' && env.SHOULD_DEPLOY == 'yes'
|
|
|
|
|
|
- name: Upload assets
|
|
|
- uses: actions/upload-artifact@v3
|
|
|
+ uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
- name: reh-${{ matrix.vscode_arch }}
|
|
|
+ name: reh-alpine-${{ matrix.vscode_arch }}
|
|
|
path: assets/
|
|
|
retention-days: 3
|
|
|
if: env.SHOULD_DEPLOY == 'no' && github.event.inputs.generate_assets == 'true'
|