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

View File

@ -14,5 +14,7 @@ jobs:
with: with:
ref: "beta-release" ref: "beta-release"
- name: Compile plate-tool - name: Compile plate-tool
shell: zsh
run: | 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/"