Skip to content

Commit dc34a0e

Browse files
committed
tmp
1 parent 0c60d42 commit dc34a0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/vhs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- name: build
1616
run: |
1717
cd example
18-
go install
18+
go build
1919
2020
- uses: actions/upload-artifact@v4
2121
with:
2222
name: example
23-
path: /github/go/bin/example
23+
path: example/example
2424
retention-days: 1
2525

2626
word:
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/download-artifact@v4
3535
with:
3636
name: example
37-
path: /github/go/bin/example
37+
path: /usr/local/bin/example
3838

3939
- name: word
4040
run: |
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/download-artifact@v4
5353
with:
5454
name: example
55-
path: /github/go/bin/example
55+
path: /usr/local/bin/example
5656

5757
- name: nospace
5858
run: |

0 commit comments

Comments
 (0)