Skip to content

Commit

Permalink
Update prerelease.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
qixiaoo authored Sep 14, 2024
1 parent c11876c commit c5550fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "${{ steps.sign_app.signedReleaseFile0 }},${{ steps.sign_app.signedReleaseFile1 }}"
artifacts: "${{ env.RELEASE_DIR }}/masiro-${{ env.COMMIT_SHORT_HASH }}-*-release-signed.apk"
tag: ${{ env.COMMIT_SHORT_HASH }}
prerelease: true

0 comments on commit c5550fa

Please sign in to comment.