Update build.yml

This commit is contained in:
Gerrit Edzards 2023-05-30 17:44:41 +02:00 committed by GitHub
parent 2e6fe90919
commit ec75617026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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