Skip to content

Commit

Permalink
feat:更新逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
Petterpx committed Apr 27, 2023
1 parent 5d7985b commit 11eb6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/relase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:

- uses: AButler/upload-release-assets@v2.0
with:
files: ${{ format('{0}.jar', env.OUTPUT_DIR) }}
files: build/libs/apk-size-diff-cli.jar
repo-token: ${{ github.token }}
release-tag: ${{ github.event.release.tag_name}}

0 comments on commit 11eb6a6

Please sign in to comment.