Skip to content

Commit

Permalink
Remove code from Action
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejMecka authored Feb 9, 2024
1 parent 0735ec4 commit 559602f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/actions/pwa2Apk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,3 @@ runs:
image: 'Dockerfile'
args:
- ${{ inputs.project-root-folder }}

steps:
- name: Upload APK artifact
uses: actions/upload-artifact@v4
with:
name: apk
path: '*.apk'

- name: Upload AAB artifact
uses: actions/upload-artifact@v4
with:
name: aab
path: '*.aab'

0 comments on commit 559602f

Please sign in to comment.