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 8baf6c1 commit a16e6b7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/AA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
chmod +x ./gradlew && ./gradlew :lib:widget:assemble
./gradlew :lib:widget:publish
continue-on-error: true
- name: check
run: |
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/outputs/apk/release/
continue-on-error: true
# - name: check
# run: |
# 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/outputs/apk/release/
# continue-on-error: true
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit a16e6b7

Please sign in to comment.