Merge branch 'main' of https://github.com/amagno-io/AmagnoVirtualPrinter
This commit is contained in:
commit
0f74ebc839
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
configuration: Release
|
configuration: Release
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
@ -31,13 +31,13 @@ jobs:
|
||||||
- name: Create msi from PowerShell Script
|
- name: Create msi from PowerShell Script
|
||||||
run: |
|
run: |
|
||||||
"$Env:GITHUB_WORKSPACE\create_msi.ps1"
|
"$Env:GITHUB_WORKSPACE\create_msi.ps1"
|
||||||
- name: Upload artifacts
|
- name: Upload installer artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: installer
|
name: installer
|
||||||
path: ./AmagnoPrinterInstaller.msi
|
path: ./AmagnoPrinterInstaller.msi
|
||||||
- name: Upload artifacts
|
- name: Upload files artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: files
|
name: files
|
||||||
path: files/**/*
|
path: files/**/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue