From 2e6fe90919559ccaae585020791abe851c0a55c8 Mon Sep 17 00:00:00 2001 From: Gerrit Edzards <38693852+gerrit-amagno@users.noreply.github.com> Date: Tue, 30 May 2023 17:43:15 +0200 Subject: [PATCH 1/3] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a407917..e306c08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: configuration: Release steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 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 2/3] 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 From 43fdf40bfb5fe337970bdc0d7a89cfff684d167d Mon Sep 17 00:00:00 2001 From: Gerrit Edzards <38693852+gerrit-amagno@users.noreply.github.com> Date: Tue, 30 May 2023 17:45:45 +0200 Subject: [PATCH 3/3] 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 b2a5a98..2a36d5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,12 +32,12 @@ jobs: run: | "$Env:GITHUB_WORKSPACE\create_msi.ps1" - name: Upload installer artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: installer path: ./AmagnoPrinterInstaller.msi - name: Upload files artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: files path: files/**/*