Fix. Forgot to create the temp folder

Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
eoghanconlon73 2024-10-04 17:18:33 +01:00
parent 3a3b07c7dc
commit a8089bb1a9

View file

@ -10,6 +10,7 @@ runs:
repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }}
- run: nix build
- run: mkdir temp
- run: cp -rL result/* ./temp
- uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v6
with: