mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 10:14:09 +02:00
attic cache
This commit is contained in:
parent
5f79a12183
commit
6dd4528f2c
2 changed files with 6 additions and 4 deletions
5
.github/workflows/nix.yaml
vendored
5
.github/workflows/nix.yaml
vendored
|
|
@ -19,10 +19,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v20
|
||||
- uses: cachix/cachix-action@v12
|
||||
- uses: icewind1991/attic-action@v1
|
||||
with:
|
||||
name: palantir
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
instance: https://cache.icewind.me
|
||||
authToken: '${{ secrets.ATTIC_TOKEN }}'
|
||||
- run: nix build .#${{ matrix.target }}
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
|
|||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -29,10 +29,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v20
|
||||
- uses: cachix/cachix-action@v12
|
||||
- uses: icewind1991/attic-action@v1
|
||||
with:
|
||||
name: palantir
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
instance: https://cache.icewind.me
|
||||
authToken: '${{ secrets.ATTIC_TOKEN }}'
|
||||
- run: nix build .#${{ matrix.target }}
|
||||
- name: Upload binary to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue