Update install check action

This commit is contained in:
Antoine Gersant 2025-01-31 00:22:00 -08:00
parent 7066e264cd
commit ac88bc9af0

View file

@ -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