forked from Skynet/actions
Fix. Readding the commands to the .yml file as the bash file was lost at some stage
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
54df1d7126
commit
1d6d928ffb
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ runs:
|
|||
with:
|
||||
repository: ${{ gitea.repository }}
|
||||
ref_name: ${{ gitea.ref_name }}
|
||||
- run: build.sh
|
||||
- run: nix build
|
||||
- run: mkdir temp
|
||||
- run: cp -rL result/* ./temp
|
||||
with:
|
||||
ssh_key: ${{ secrets.SSH_KEY }}
|
||||
username: ${{ env.GITHUB_REPOSITORY_OWNER }}
|
||||
|
|
Loading…
Add table
Reference in a new issue