Skip to content

Commit

Permalink
feat: Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 25, 2023
1 parent 0d43ca9 commit 790d0bf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/AA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,24 @@ jobs:
cd build
ls -a
echo "-------->>>>>>"
cd intermediates
cd outputs
ls -a
echo "-------->>>>>>"
cd apk
ls -a
echo "-------->>>>>>"
cd debug
cd release
ls -a
echo "-------->>>>>>"
continue-on-error: true
- name: check
run: |
cd ./app/build/intermediates/apk/debug/
cd ./app/build/outputs/apk/release/
ls -a
continue-on-error: true
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: my-artifacts
path: ./app/build/intermediates/apk/debug/
path: ./app/build/intermediates/apk/debug/
continue-on-error: true

0 comments on commit 790d0bf

Please sign in to comment.