this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add tar options to command

Altagos 16c0027d 080e2e9c

+1 -4
+1 -4
.tangled/workflows/build.yml
··· 10 10 nixpkgs: 11 11 - curl 12 12 13 - environment: 14 - TAR_OPTIONS: --no-same-owner 15 - 16 13 steps: 17 14 - name: Setup 18 15 command: | 19 16 curl -o shcli https://www.statichost.eu/shcli; chmod +x shcli 20 17 - name: Build 21 18 command: | 22 - nix run .#build 19 + TAR_OPTIONS="--no-same-owner" nix run .#build 23 20 - name: Upload 24 21 command: | 25 22 ./shcli altagos-dev ./zig-out/website