Skip to content

Commit

Permalink
feat: Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 28, 2023
1 parent 9090593 commit d10bc9c
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/AA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,7 @@ jobs:
run: |
export JAVA_HOME=$JAVA_HOME_17_X64
env
ls -a
echo "-------->>>>>>"
chmod +x ./gradlew && ./gradlew assembleRelease
ls -a
echo "-------->>>>>>"
cd app
ls -a
echo "-------->>>>>>"
cd build
ls -a
echo "-------->>>>>>"
cd outputs
ls -a
echo "-------->>>>>>"
cd apk
ls -a
echo "-------->>>>>>"
cd release
ls -a
echo "-------->>>>>>"
chmod +x ./gradlew && ./gradlew :lib:widget:publish
continue-on-error: true
- name: check
run: |
Expand Down

0 comments on commit d10bc9c

Please sign in to comment.