Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita7681c2

Browse files
committed
chore: fix releaseFiles path in deploy.yml to use matrix.build-variant
1 parentfa02369 commita7681c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
serviceAccountJson:${{ secrets.SERVICE_ACCOUNT_JSON }}
7474
packageName:${{ matrix.target.package-name }}
75-
releaseFiles:${{ inputs.artifacts-path }}/bundle/${{ steps.lowercase.outputs.build-flavour }}${{matrix.build-variant }}/*.aab
75+
releaseFiles:${{ inputs.artifacts-path }}bundle/${{ steps.lowercase.outputs.build-flavour }}${{inputs.build-variant }}/*.aab
7676
track:${{ matrix.target.track }}
7777
status:${{ matrix.target.status || 'completed' }}
7878

@@ -81,7 +81,7 @@ jobs:
8181
uses:softprops/action-gh-release@v2.2.2
8282
with:
8383
files:|
84-
${{ inputs.artifacts-path }}/apk/${{ steps.lowercase.outputs.build-flavour }}/${{ steps.lowercase.outputs.build-variant }}/*.apk
84+
${{ inputs.artifacts-path }}apk/${{ steps.lowercase.outputs.build-flavour }}/${{ steps.lowercase.outputs.build-variant }}/*.apk
8585
${{ matrix.target.additional-files || '' }}
8686
tag_name:${{ github.event.release.tag_name }}
8787
name:${{ github.event.release.name }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp