Skip to content

Commit

Permalink
fix invalid id
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Jan 20, 2024
1 parent b2254e8 commit 8920e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
contents: write
steps:
- name: Download APK
id: download
id: download-apk
uses: actions/download-artifact@v3
with:
name: ${{ needs.build-release-apk.outputs.filename }}
- name: Download App Bundle
id: download
id: download-bundle
uses: actions/download-artifact@v3
with:
name: ${{ needs.build-app-bundle.outputs.filename }}
Expand Down

0 comments on commit 8920e5f

Please sign in to comment.