Skip to content

Commit 09ac382

Browse files
committed
fixup! fixup! HOTFIX Build vodozemac web
1 parent f60bda9 commit 09ac382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
flutter pub get
6868
flutter pub run build_runner build -d
6969
flutter build web --release --verbose --source-maps --base-href="/${GITHUB_REPOSITORY##*/}/$FOLDER/"
70-
echo "$TWAKE_PREVIEW_CONFIG" | jq '.issue_id = strenv(FOLDER)' > ./build/web/config.json
70+
echo "$TWAKE_PREVIEW_CONFIG" | jq --arg folder "$FOLDER" '.issue_id = $folder' > ./build/web/config.json
7171
7272
- name: Configure environments
7373
id: configure

0 commit comments

Comments
 (0)