mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Autoformat
This commit is contained in:
parent
5ca38939bd
commit
fd6a13083d
1 changed files with 93 additions and 94 deletions
5
.github/workflows/validate-install.yml
vendored
5
.github/workflows/validate-install.yml
vendored
|
@ -9,7 +9,6 @@ on:
|
|||
name: Validate Install
|
||||
|
||||
jobs:
|
||||
|
||||
package_linux_release:
|
||||
name: Package Linux Release
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -20,7 +19,7 @@ jobs:
|
|||
- name: Make release
|
||||
uses: ./.github/actions/make-linux-release
|
||||
with:
|
||||
version-number: '0.0.0'
|
||||
version-number: "0.0.0"
|
||||
output-file: polaris.tar.gz
|
||||
- name: Upload packaged release
|
||||
uses: actions/upload-artifact@v2
|
||||
|
@ -104,7 +103,7 @@ jobs:
|
|||
- name: Make release
|
||||
uses: ./.github/actions/make-windows-release
|
||||
with:
|
||||
version-number: '0.0.0'
|
||||
version-number: "0.0.0"
|
||||
output-file: polaris.msi
|
||||
- name: Upload packaged release
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Reference in a new issue