Skip to content

Commit

Permalink
- fix: removed unused step on android ci (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol authored Oct 30, 2023
1 parent 5a7b4c3 commit 52175c7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@ jobs:
npm cache verify
npm ci --no-audit --prefer-offline
- uses: actions/upload-artifact@v3
with:
name: shinkai-visor
path: dist/apps/shinkai-visor
if-no-files-found: error
retention-days: 5

- uses: actions/setup-java@v3
with:
java-version: '17'
Expand Down

0 comments on commit 52175c7

Please sign in to comment.