ci: Remove upload to artifact

No longer needed
This commit is contained in:
Ahmad Ansori Palembani 2024-12-20 08:47:25 +07:00
parent 3d2e2b2774
commit 778bd05e21
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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