Update install check action
This commit is contained in:
parent
7066e264cd
commit
ac88bc9af0
1 changed files with 4 additions and 6 deletions
10
.github/workflows/validate-install.yml
vendored
10
.github/workflows/validate-install.yml
vendored
|
@ -1,10 +1,6 @@
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
name: Validate Install
|
name: Validate Install
|
||||||
|
|
||||||
|
@ -22,8 +18,9 @@ jobs:
|
||||||
version-number: "0.0.0"
|
version-number: "0.0.0"
|
||||||
output-file: polaris.tar.gz
|
output-file: polaris.tar.gz
|
||||||
- name: Upload packaged release
|
- name: Upload packaged release
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
if-no-files-found: error
|
||||||
name: linux-release
|
name: linux-release
|
||||||
path: polaris.tar.gz
|
path: polaris.tar.gz
|
||||||
|
|
||||||
|
@ -100,8 +97,9 @@ jobs:
|
||||||
version-number: "0.0.0"
|
version-number: "0.0.0"
|
||||||
output-file: polaris.msi
|
output-file: polaris.msi
|
||||||
- name: Upload packaged release
|
- name: Upload packaged release
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
if-no-files-found: error
|
||||||
name: windows-release
|
name: windows-release
|
||||||
path: polaris.msi
|
path: polaris.msi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue