Skip to content

Commit

Permalink
fix(ci): artifact load
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatta committed Jul 12, 2023
1 parent a3054f0 commit 354fffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: dev.marcocattaneo.sleep
releaseFiles: app-release.aab
releaseFiles: bundle/release/app-release.aab

publish_apk:
name: Publish APK on Github
Expand All @@ -79,4 +79,4 @@ jobs:
prerelease: true
title: "Pre-release"
files: |
app-release.apk
apk/release/app-release.apk

0 comments on commit 354fffb

Please sign in to comment.