Update build.yml
This commit is contained in:
parent
2e6fe90919
commit
ec75617026
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -31,12 +31,12 @@ jobs:
|
|||
- name: Create msi from PowerShell Script
|
||||
run: |
|
||||
"$Env:GITHUB_WORKSPACE\create_msi.ps1"
|
||||
- name: Upload artifacts
|
||||
- name: Upload installer artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: installer
|
||||
path: ./AmagnoPrinterInstaller.msi
|
||||
- name: Upload artifacts
|
||||
- name: Upload files artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue