Skip to content

Commit

Permalink
Rename release shipyard
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjackson committed Feb 9, 2020
1 parent b0b542b commit 04065c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
- name: Build Application
run: |
CGO_ENABLED=0 GOOS=${{matrix.OS}} GOARCH=${{matrix.ARCH}} go build -ldflags "-X main.version=${GITHUB_REF#refs/tags/}" -o bin/${{ matrix.OS }}-${{ matrix.ARCH }}/yard2 main.go
CGO_ENABLED=0 GOOS=${{matrix.OS}} GOARCH=${{matrix.ARCH}} go build -ldflags "-X main.version=${GITHUB_REF#refs/tags/}" -o bin/${{ matrix.OS }}-${{ matrix.ARCH }}/shipyard main.go
mkdir -p release/shipyard-${{ matrix.OS }}-${{ matrix.ARCH }}
zip -j release/shipyard-${{ matrix.OS }}-${{ matrix.ARCH }}/shipyard-${{ matrix.OS }}-${{ matrix.ARCH }} bin/${{ matrix.OS }}-${{ matrix.ARCH }}/yard2
zip -j release/shipyard-${{ matrix.OS }}-${{ matrix.ARCH }}/shipyard-${{ matrix.OS }}-${{ matrix.ARCH }} bin/${{ matrix.OS }}-${{ matrix.ARCH }}/shipyard
- name: Stash binary
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 04065c2

Please sign in to comment.