Compare commits
No commits in common. "bb7857311253ec1f1c14af3180d73ded3ff2d0d1" and "b539be95bd9423f660452de595c6812860cba5d5" have entirely different histories.
bb78573112
...
b539be95bd
|
@ -10,4 +10,10 @@ jobs:
|
|||
runs-on: linux_arm
|
||||
steps:
|
||||
- run: echo "Preparing to compile plate-tool"
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check out repo code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: "beta-release"
|
||||
run: |
|
||||
echo "Checkout complete."
|
||||
trunk build --release --public-url "cool-stuff/plate-tool-beta/"
|
||||
|
|
Loading…
Reference in New Issue