Skip to content

Commit

Permalink
Merge pull request #1 from bian2022/test
Browse files Browse the repository at this point in the history
改了部分代码
  • Loading branch information
bian2022 authored Jan 29, 2024
2 parents 80dfa26 + 915fb04 commit e99354b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,15 @@ jobs:
sed -i 's/org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8/org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8/' ${{ github.workspace }}/V2rayNG/gradle.properties
./gradlew assembleDebug
- name: Upload APK
- name: Upload APK to Artifacts
uses: actions/upload-artifact@v3
with:
name: apk
path: ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/debug/

- name: Upload APK to Release
uses: svenstaro/upload-release-action@v2
with:
file: ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/debug/*.apk
tag: ${{ github.ref }}
file_glob: true
Binary file modified V2rayNG/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e99354b

Please sign in to comment.