Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dontknowhy authored Oct 20, 2024
1 parent 623ff1b commit fd8321c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ jobs:
with:
gradle-version: current
arguments: assembleRelease
- run: mv app/build/outputs/apk/release/app-release-unsigned.apk FCLRenderPlugin_$GITHUB_REF_NAME_unsigned.apk
- uses: ncipollo/release-action@v1
- run: mkdir artifact
- run: mv app/build/outputs/apk/release/app-release-unsigned.apk artifact/FCLRenderPlugin_$GITHUB_REF_NAME_unsigned.apk
- uses: actions/upload-artifact@v4
with:
artifacts: "*.apk"
token: ${{ github.token }}
generateReleaseNotes: false
name: "test"
commit: "3001289e14bbc5d901588e46eba411c9ba98d624"
name: test-app
path: artifact

0 comments on commit fd8321c

Please sign in to comment.