Skip to content

Commit 4457cb0

Browse files
committed
chore: update to use bash shell even on windows
1 parent ad7351f commit 4457cb0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ jobs:
4141

4242
- name: Find zip file
4343
id: zip
44+
shell: bash
4445
run: |
45-
python scripts/project_packager.py gha_zip_file_name>> $GITHUB_OUTPUT
46+
python scripts/project_packager.py gha_zip_file_name >> $GITHUB_OUTPUT
4647
4748
- name: Upload artifact
4849
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)