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

Commitad2cefb

Browse files
committed
Added explicit naming
1 parent9cab8d1 commitad2cefb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/step-4-deploy.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ jobs:
164164
exit 1;
165165
fi
166166
TARGET_CHANNEL=""
167-
fort in $(echo "$REQUIRED_BUILD_TARGETS" | jq -r '.[]'); do
167+
forbuild_target in $(echo "$REQUIRED_BUILD_TARGETS" | jq -r '.[]'); do
168168
TARGET_CHANNEL="unknown"
169-
case "$t" in
169+
case "$build_target" in
170170
Android)
171171
TARGET_CHANNEL="android"
172172
;;
@@ -192,7 +192,7 @@ jobs:
192192
TARGET_CHANNEL="osx-ios"
193193
;;
194194
esac
195-
butler push "$ARTIFACT_DIR/$PROJECT_DIR"-"$t" "${{ secrets.ITCH_USERNAME }}/${{ secrets.ITCH_PROJECT }}:$TARGET_CHANNEL" --userversion "$VERSION"
195+
butler push "$ARTIFACT_DIR/$PROJECT_DIR"-"$build_target" "${{ secrets.ITCH_USERNAME }}/${{ secrets.ITCH_PROJECT }}:$TARGET_CHANNEL" --userversion "$VERSION"
196196
done
197197
env:
198198
BUTLER_API_KEY:${{ secrets.BUTLER_API_KEY }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp