This commit is contained in:
Emilia Allison 2023-12-30 12:52:23 -05:00
parent 4aa0c40a90
commit df1b17b94e
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,5 @@ jobs:
with: with:
ref: "beta-release" ref: "beta-release"
- name: Compile plate-tool - name: Compile plate-tool
shell: zsh
run: | run: |
source $HOME/.zshenv $HOME/.cargo/bin/trunk build --release --public-url "cool-stuff/plate-tool-beta/"
trunk build --release --public-url "cool-stuff/plate-tool-beta/"