From 3bf7ebcef7b70f840b9faa5fd07114b7c99f8744 Mon Sep 17 00:00:00 2001 From: Gerrit Edzards <38693852+gerrit-amagno@users.noreply.github.com> Date: Tue, 30 May 2023 12:34:23 +0200 Subject: [PATCH] Update releases.yml --- .github/workflows/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 468250c..f94910e 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -15,5 +15,5 @@ jobs: - name: Create Release uses: ncipollo/release-action@v1.7.3 with: - artifact: ./AmagnoPrinterInstaller.msi + artifacts: ./AmagnoPrinterInstaller.msi token: ${{ secrets.GITHUB_TOKEN }}