Skip to content

Commit

Permalink
Merge pull request #3 from alexferrari88/fix/workflow
Browse files Browse the repository at this point in the history
Fix Github Action build workflow
  • Loading branch information
alexferrari88 authored Jan 8, 2024
2 parents 870ace3 + 366271d commit 87fe6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: |
env GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -v -o sbstck-dl-${{ matrix.goos }}-${{ matrix.goarch }}${{ matrix.extension }}
env GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -v -o sbstck-dl-${{ matrix.name }}-${{ matrix.goarch }}${{ matrix.extension }}
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 87fe6b1

Please sign in to comment.