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