From ec756170268437652dd1f9e6450a150e8eeb5acb Mon Sep 17 00:00:00 2001 From: Gerrit Edzards <38693852+gerrit-amagno@users.noreply.github.com> Date: Tue, 30 May 2023 17:44:41 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e306c08..b2a5a98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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