Browse Source

Fixing release

alex.kopachov 2 years ago
parent
commit
d2dcae2bb4
1 changed files with 1 additions and 1 deletions
  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