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