From 3a773a8ced2937c34363a92ad156f7f2cd23f8ad Mon Sep 17 00:00:00 2001 From: Emilia Date: Sat, 30 Dec 2023 12:52:53 -0500 Subject: [PATCH] c --- .gitea/workflows/beta-deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/beta-deploy.yaml b/.gitea/workflows/beta-deploy.yaml index f77a002..a122954 100644 --- a/.gitea/workflows/beta-deploy.yaml +++ b/.gitea/workflows/beta-deploy.yaml @@ -14,5 +14,7 @@ jobs: with: ref: "beta-release" - name: Compile plate-tool + shell: zsh run: | - $HOME/.cargo/bin/trunk build --release --public-url "cool-stuff/plate-tool-beta/" + source $HOME/.zshenv + trunk build --release --public-url "cool-stuff/plate-tool-beta/"