@@ -21,7 +21,7 @@ jobs:
run: sudo apt install libx11-dev
- name: Build
- run: go build -ldflags "-s -w" .
+ run: go build -trimpath -ldflags=-s .
- uses: actions/upload-artifact@v4
if: ${{ github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}