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
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -31,13 +31,13 @@ jobs:
|
|||
- name: Create msi from PowerShell Script
|
||||
run: |
|
||||
"$Env:GITHUB_WORKSPACE\create_msi.ps1"
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
- name: Upload installer artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: installer
|
||||
path: ./AmagnoPrinterInstaller.msi
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
- name: Upload files artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: files
|
||||
path: files/**/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue