This commit is contained in:
parent
df1b17b94e
commit
3a773a8ced
|
@ -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/"
|
||||||
|
|
Loading…
Reference in New Issue