0.2.3-t4
This commit is contained in:
@@ -42,11 +42,10 @@ jobs:
|
|||||||
echo "APK_PATH=$APK_PATH" >> $GITHUB_ENV
|
echo "APK_PATH=$APK_PATH" >> $GITHUB_ENV
|
||||||
echo "Found $APK_PATH"
|
echo "Found $APK_PATH"
|
||||||
|
|
||||||
- name: Upload APK (artifact)
|
# Note: uploading artifacts with actions/upload-artifact@v4 is not supported
|
||||||
uses: actions/upload-artifact@v4
|
# on some self-hosted/enterprise runners (GHES). We skip storing artifacts
|
||||||
with:
|
# via that action and instead upload the APK directly to the Gitea release
|
||||||
name: app-release
|
# in the steps below.
|
||||||
path: ${{ env.APK_PATH }}
|
|
||||||
|
|
||||||
- name: Create Gitea release
|
- name: Create Gitea release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
|||||||
Reference in New Issue
Block a user