Skip to content

Commit c98e5f4

Browse files
committed
Remove amperstands from windows build workflow
1 parent 0c23992 commit c98e5f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-backend.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
- name: "Load secret"
7979
working-directory: "${{env.BACKEND_DIR}}"
8080
run: |
81-
echo "${{env.SECRET}}" > ".\internal\excel\secret.json" &&
82-
echo "${{env.SECRET}}" > ".\internal\excel_adapter\internals\secret.json" &&
83-
echo "${{env.SECRET}}" > ".\pkg\excel\secret.json" &&
81+
echo "${{env.SECRET}}" > ".\internal\excel\secret.json"
82+
echo "${{env.SECRET}}" > ".\internal\excel_adapter\internals\secret.json"
83+
echo "${{env.SECRET}}" > ".\pkg\excel\secret.json"
8484
echo "${{env.SECRET}}" > ".\pkg\excel_adapter\internals\secret.json"
8585
8686
- name: "Create output path"

0 commit comments

Comments
 (0)