2 Commits

Author SHA1 Message Date
Adrian Zürcher
4951e2bb34 fix artifact tag to @4 2025-05-29 09:46:38 +02:00
Adrian Zürcher
403f35b87f fix wrong tabs to spaces 2025-05-29 09:45:02 +02:00

View File

@@ -56,9 +56,9 @@ jobs:
fi fi
- name: Upload build artifacts - name: Upload build artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: binaries-${{ matrix.goos }}-${{ matrix.goarch }} name: binaries-${{ matrix.goos }}-${{ matrix.goarch }}
path: | path: |
dist/spa dist/spa
backend/server backend/server