Skip to content

Commit

Permalink
builds: rename file to target name
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Mar 20, 2024
1 parent e20487a commit aa0fe5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ jobs:
export DEBEMAIL="Sven Nierlein <sven.nierlein@consol.de>"
export DEBFULLNAME="Sven Nierlein"
GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} VERSION=${{needs.get-version.outputs.version}} make deb
mv snclient*.deb ${{ env.BIN }}.deb
- uses: actions/upload-artifact@v4.3.1
with:
name: "${{ env.BIN }}.deb"
Expand Down Expand Up @@ -364,6 +365,7 @@ jobs:
- run: |
echo "Building ${{ env.BIN }}.rpm"
GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} VERSION=${{needs.get-version.outputs.version}} make rpm
mv snclient*.rpm ${{ env.BIN }}.rpm
- uses: actions/upload-artifact@v4.3.1
with:
name: "${{ env.BIN }}.rpm"
Expand Down

0 comments on commit aa0fe5f

Please sign in to comment.