Update main.yml

This commit is contained in:
Alessandro Proto 2023-01-08 01:45:00 +01:00 committed by GitHub
parent e0f5e32d95
commit 00b0d4b3ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,7 @@ jobs:
- name: Create Release - name: Create Release
uses: ncipollo/release-action@v1.12.0 uses: ncipollo/release-action@v1.12.0
with: with:
commit: ${{ github.ref_name }}
allowUpdates: true allowUpdates: true
artifactErrorsFailBuild: true artifactErrorsFailBuild: true
artifacts: "capy64-linux-x64.zip,capy64-windows-x64.zip" artifacts: "capy64-linux-x64.zip,capy64-windows-x64.zip"