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:
eoghanconlon73 2025-02-21 13:32:14 +00:00
parent 54df1d7126
commit 1d6d928ffb

View file

@ -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 }}