This commit is contained in:
Gerrit 2023-05-31 08:52:51 +02:00
commit 0f74ebc839

View file

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