mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
ci: Fix upload to artifact
This commit is contained in:
parent
eea87eede4
commit
12002f62cd
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build_push.yml
vendored
3
.github/workflows/build_push.yml
vendored
|
@ -170,7 +170,6 @@ jobs:
|
|||
set -e
|
||||
|
||||
dir="app/build/outputs/apk/standard/${{ steps.version_stage.outputs.STAGE }}"
|
||||
echo "APK_DIR=$dir" >> $GITHUB_ENV
|
||||
|
||||
mv $dir/app-standard-universal-*-signed.apk yokai-${{ env.VERSION_TAG }}.apk
|
||||
sha=`sha256sum yokai-${{ env.VERSION_TAG }}.apk | awk '{ print $1 }'`
|
||||
|
@ -196,7 +195,7 @@ jobs:
|
|||
if: env.VERSION_TAG != ''
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ${{ env.APK_DIR }}/yokai-*
|
||||
path: yokai-*
|
||||
|
||||
- name: Create Release
|
||||
if: startsWith(env.VERSION_TAG, 'v')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue