ci: use bcacheup before merging systems
This commit is contained in:
parent
0e758252a2
commit
d5dd8acfcd
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ jobs:
|
||||||
|
|
||||||
cat result/other-systemPathJSON > system-paths-${{ matrix.system }}.json
|
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
|
- name: Upload system paths
|
||||||
uses: forgejo/upload-artifact@v4
|
uses: forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue