Skip to content

Commit

Permalink
Fixed deprecated build artifacts for release (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ynHuber authored Feb 3, 2025
1 parent 381d693 commit 2b43381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
name: flowpipeline-${{ matrix.goos }}
path: ./flowpipeline
overwrite: true

- name: build statically linked
run: go build -o flowpipeline-static -ldflags "-X main.Version=${{ github.sha }}" .
Expand All @@ -51,3 +52,4 @@ jobs:
with:
name: flowpipeline-${{ matrix.goos }}-static
path: ./flowpipeline-static
overwrite: true
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:
CGO_ENABLED: 0

- name: save statically linked binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.6.0
with:
name: flowpipeline
path: ./flowpipeline-*
overwrite: true


release:
Expand Down

0 comments on commit 2b43381

Please sign in to comment.