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

Commitaeb8aaa

Browse files
committed
feat: add user version
1 parent77bf065 commitaeb8aaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,12 @@ jobs:
174174
TARGET_CHANNEL="windows"
175175
;;
176176
esac
177-
butler push "$ARTIFACT_DIR/$PROJECT_DIR"-"$t" "${{ secrets.ITCH_USERNAME }}/${{ secrets.ITCH_PROJECT }}:$TARGET_CHANNEL"
177+
butler push "$ARTIFACT_DIR/$PROJECT_DIR"-"$t" "${{ secrets.ITCH_USERNAME }}/${{ secrets.ITCH_PROJECT }}:$TARGET_CHANNEL" --userversion "$VERSION"
178178
done
179179
env:
180180
BUTLER_API_KEY:${{ secrets.BUTLER_API_KEY }}
181181
REQUIRED_BUILD_TARGETS:'${{ toJson(matrix.requiredBuildTargets) }}'
182+
VERSION:${{ inputs.buildVersion }}
182183

183184
# ───── App Center ─────
184185
-name:📱 Deploy to App Center

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp