I think the artifact uploading hates symlinks

Signed-off-by: Xe Iaso <xe@tailscale.com>
This commit is contained in:
Xe Iaso 2023-01-16 19:04:02 +00:00
parent 1bdcf66f0e
commit 6719a8ae16

View file

@ -34,8 +34,10 @@ jobs:
- name: "Portable service build"
run: |
nix build .#portable-service
mkdir -p var
cp ./result/*.raw ./var
- uses: actions/upload-artifact@v3
with:
name: portable-service
path: ./result/*
path: ./var/*.raw