This commit is contained in:
Alexei Lozovsky
2021-03-09 23:22:30 +09:00
parent 78b8d0d58b
commit 5c9e3ff532
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
hello.exe hello.exe
- name: Extra path - name: Extra path
shell: bash shell: bash
run: echo "/tmp/extra" >> $GITHUB_PATH run: echo "C:\\foo" >> $GITHUB_PATH
- name: Check out bash env - name: Check out bash env
shell: bash shell: bash
run: | run: |