mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
autopush the result
This commit is contained in:
parent
9a105ddf62
commit
e6a7e04cfb
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -57,7 +57,9 @@ jobs:
|
||||||
>> $GITHUB_STEP_SUMMARY
|
>> $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
- name: Pre-build oizys
|
- name: Pre-build oizys
|
||||||
run: nix build .
|
run: |
|
||||||
|
nix build .
|
||||||
|
attic push oizys result
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: >
|
run: >
|
||||||
|
|
Loading…
Reference in a new issue