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
|
- 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@v2
|
||||||
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@v2
|
||||||
with:
|
with:
|
||||||
name: files
|
name: files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue