Compare commits
1 Commits
c094b36af9
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 9365864e4d |
@@ -67,7 +67,7 @@ jobs:
|
||||
CGO_ENABLED=0 GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -trimpath -ldflags "-s -w" \
|
||||
-o "dist/package/${BINARY_NAME}${{ matrix.ext }}" .
|
||||
# Assets: statisches Verzeichnis beilegen
|
||||
cp -r static dist/package/
|
||||
# cp -r static dist/package/
|
||||
|
||||
- name: Package archive with static assets
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user