Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
(#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuYue-Amatsuki authored Apr 11, 2024
1 parent 18ec586 commit 2db187e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Shamrock APK
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ v1.0.9 ]
paths-ignore:
- '**.md'
- '**.txt'
Expand Down Expand Up @@ -97,4 +97,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: "${{ env.SHAMROCK_VERSION_x86_64 }}"
path: "${{ env.APK_FILE_X86_64 }}"
path: "${{ env.APK_FILE_X86_64 }}"

0 comments on commit 2db187e

Please sign in to comment.