Skip to content

Commit

Permalink
ci: remove stripping for release package
Browse files Browse the repository at this point in the history
  • Loading branch information
JM-Lemmi committed Apr 17, 2024
1 parent 9e2c513 commit 0f0a158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
go-version: '1.18.0' # The Go version to download (if necessary) and use.
- run: go generate cmd/ical-relay/main.go
- run: env GOOS=linux GOARCH=${{ matrix.arch }} go build -o ./bin/ical-relay ./cmd/ical-relay/ && strip ./bin/ical-relay
- run: env GOOS=linux GOARCH=${{ matrix.arch }} go build -o ./bin/ical-relay ./cmd/ical-relay/
- uses: actions/upload-artifact@v3
with:
name: ical-relay_${{ matrix.arch }}
Expand Down

0 comments on commit 0f0a158

Please sign in to comment.