Explorar el Código

Fixing release

alex.kopachov hace 2 años
padre
commit
d2dcae2bb4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/create-new-release.yml

+ 1 - 1
.github/workflows/create-new-release.yml

@@ -66,7 +66,7 @@ jobs:
 
       - uses: ncipollo/release-action@v1.12.0
         with:
-          artifacts: "build/*.fap,build/checksums.sha256"
+          artifacts: "build/*.zip,build/checksums.sha256"
           bodyFile: ".github/release-body.md"
           artifactErrorsFailBuild: true
           updateOnlyUnreleased: true