We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c60d42 commit dc34a0eCopy full SHA for dc34a0e
.github/workflows/vhs.yml
@@ -15,12 +15,12 @@ jobs:
15
- name: build
16
run: |
17
cd example
18
- go install
+ go build
19
20
- uses: actions/upload-artifact@v4
21
with:
22
name: example
23
- path: /github/go/bin/example
+ path: example/example
24
retention-days: 1
25
26
word:
@@ -34,7 +34,7 @@ jobs:
34
- uses: actions/download-artifact@v4
35
36
37
+ path: /usr/local/bin/example
38
39
- name: word
40
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
- name: nospace
58
0 commit comments