Skip to content

Commit

Permalink
[ci] this really should be it.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowsink committed Nov 29, 2024
1 parent 04fa65a commit 01299fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
run: go get -v

- name: Build
run: CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -v -tags static -ldflags "-s -w"
run: CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o install-shelter -v -tags static -ldflags "-s -w"

- name: Update executable
run: |
chmod +x shelter-installer
chmod +x install-shelter
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: installer-linux
path: shelter-installer
path: install-shelter

build-mac:
runs-on: macos-latest
Expand Down

0 comments on commit 01299fd

Please sign in to comment.