3 Commits

Author SHA1 Message Date
81ac4d4db5 remove zip and place executable
All checks were successful
Build Process Supervisor / build (amd64, .exe, windows) (push) Successful in 2m16s
Build Process Supervisor / build (amd64, , linux) (push) Successful in 2m25s
Build Process Supervisor / build (arm, 6, , linux) (push) Successful in 2m1s
Build Process Supervisor / build (arm64, , linux) (push) Successful in 1m58s
2025-08-06 22:09:31 +02:00
Adrian Zürcher
398a932bcb Merge branch 'main' of https://gitea.tecamino.com/paadi/tecamino-proccessSupervisor 2025-08-06 13:58:02 +02:00
eb4fae52ab improve zipping 2025-08-05 20:29:50 +02:00

View File

@@ -30,9 +30,6 @@ jobs:
ext: "" ext: ""
steps: steps:
- name: Install zip
run: |
apt-get update && apt-get install -y zip
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -86,13 +83,9 @@ jobs:
echo "Building $OUTPUT" echo "Building $OUTPUT"
GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build -ldflags="-s -w" -trimpath -o "$OUTPUT" GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build -ldflags="-s -w" -trimpath -o "$OUTPUT"
shell: bash shell: bash
- name: Zip artifact - name: Upload artifact
run: |
zip bin/${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}.zip bin/${{ env.APP_NAME }}-*
- name: Upload zipped artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: ${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }} name: ${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
path: bin/${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}.zip path: bin/