ci: use bcacheup before merging systems

This commit is contained in:
Luke Granger-Brown 2024-12-30 03:04:34 +00:00
parent 0e758252a2
commit d5dd8acfcd

View file

@ -21,6 +21,10 @@ jobs:
cat result/other-systemPathJSON > system-paths-${{ matrix.system }}.json
- name: Upload outputs
run: |
bcacheup --cache_url vaultgs://lukegb-nix-cache --vault_addr unix:///run/tokend/sock --vault_token_source gcp/roleset/binary-cache-deployer/token ./result*
- name: Upload system paths
uses: forgejo/upload-artifact@v4
with: