We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93463b4 commit f9251b6Copy full SHA for f9251b6
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
run: |
62
CGO_ENABLED=0 GOOS=${{matrix.OS}} GOARCH=${{matrix.ARCH}} go build -ldflags "-X main.version=${{ github.tag }}" -o bin/${{ matrix.OS }}-${{ matrix.ARCH }}/yard2 main.go
63
mkdir -p release/shipyard-${{ matrix.OS }}-${{ matrix.ARCH }}
64
- 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 }}/yard2
65
66
- name: Stash binary
67
uses: actions/upload-artifact@v1
0 commit comments