Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 5, 2025
1 parent 1e1362c commit 0c60d42
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ jobs:
run: |
cd example
go install
whoami
pwd
go env
ls /root/go/bin/
- uses: actions/upload-artifact@v4
with:
name: example
path: /root/go/bin/example
path: /github/go/bin/example
retention-days: 1

word:
Expand All @@ -38,7 +34,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: example
path: /root/go/bin/example
path: /github/go/bin/example

- name: word
run: |
Expand All @@ -56,7 +52,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: example
path: /root/go/bin/example
path: /github/go/bin/example

- name: nospace
run: |
Expand Down

0 comments on commit 0c60d42

Please sign in to comment.