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 648ada9 commit 9090593
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/AA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,12 @@ jobs:
with:
name: my-artifacts
path: ./app/build/outputs/apk/release/
continue-on-error: true
continue-on-error: true
- name: upL
run: |
./gradlew :lib:widget:publish
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: aar4
path: ./lib/widget/build/outputs/aar/

0 comments on commit 9090593

Please sign in to comment.