tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
vmx
1
fork
atom
A Docker-like CLI and HTTP API for managing headless VMs
1
fork
atom
overview
issues
pulls
pipelines
run format
tsiry-sandratraina.com
4 months ago
3a76187c
8654a0cc
2/2
fmt.yml
success
2s
test.yml
success
6s
+2
-2
1 changed file
expand all
collapse all
unified
split
.github
workflows
release.yml
+2
-2
.github/workflows/release.yml
···
23
23
- uses: denoland/setup-deno@v2
24
24
- name: Compile
25
25
run: |
26
26
-
rm deno.lock || true
27
27
-
deno compile -A --no-check --output vmx --target ${{ matrix.target }} main.ts
26
26
+
rm deno.lock || true
27
27
+
deno compile -A --no-check --output vmx --target ${{ matrix.target }} main.ts
28
28
- name: Set env
29
29
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
30
30
- name: Archive assets