Skip to content

Commit

Permalink
Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Sep 20, 2024
1 parent 0707b42 commit 4025d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Upload Funnel binary as artifact
uses: actions/upload-artifact@v4
with:
name: funnelBin
name: funnel
path: funnel
3 changes: 1 addition & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: funnelBin
name: funnel

- name: Display structure of downloaded files
run: |
ls -R
ls -al funnel
ls -al funnelBin
- name: Set up Go 1.x
uses: actions/setup-go@v5
Expand Down

0 comments on commit 4025d13

Please sign in to comment.