Skip to content

Commit ced9a14

Browse files
committed
refactor build and CI
1 parent 65ccebe commit ced9a14

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
run: |
142142
TAG_NAME=${{ github.ref_name == 'main' && 'continuous' || format('continuous-{0}', github.ref_name) }}
143143
echo "TAG_NAME=$TAG_NAME" >> $GITHUB_ENV
144-
if gh release list | grep -q -e "$TAG_NAME"; then
144+
if gh release list --repo ${{ github.repository }} | grep -q -e "$TAG_NAME"; then
145145
gh release delete "$TAG_NAME" --yes --cleanup-tag --repo ${{ github.repository }}
146146
fi
147147
env:

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
android:roundIcon="@mipmap/ic_launcher"
1010
tools:targetApi="r">
1111

12-
<meta-data
13-
android:name="su.xash.engine.gamedir"
14-
android:value="cstrike" />
15-
1612
<activity
1713
android:name=".MainActivity"
1814
android:exported="true">

0 commit comments

Comments
 (0)