mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
ci: Remove upload to artifact
No longer needed
This commit is contained in:
parent
3d2e2b2774
commit
778bd05e21
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build_push.yml
vendored
6
.github/workflows/build_push.yml
vendored
|
@ -191,12 +191,6 @@ jobs:
|
|||
sha=`sha256sum yokai-x86_64-${{ env.VERSION_TAG }}.apk | awk '{ print $1 }'`
|
||||
echo "APK_X86_64_SHA=$sha" >> $GITHUB_ENV
|
||||
|
||||
- name: Upload to artifact
|
||||
if: env.VERSION_TAG != ''
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: yokai-*
|
||||
|
||||
- name: Create Release
|
||||
if: startsWith(env.VERSION_TAG, 'v')
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue