tangled
alpha
login
or
join now
nekomimi.pet
/
atproto-ui
41
fork
atom
A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.
41
fork
atom
overview
issues
2
pulls
pipelines
x86
nekomimi.pet
3 months ago
070b28c1
1fadfe41
0/1
upload-demo-to-wisp.yml
failed
23s
+1
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
upload-demo-to-wisp.yml
+1
-2
.tangled/workflows/upload-demo-to-wisp.yml
reviewed
···
27
27
28
28
# regenerate lockfile, https://github.com/npm/cli/pull/8184 makes rolldown not install
29
29
rm package-lock.json bun.lock
30
30
-
bun install @rolldown/binding-linux-arm64-gnu --save-optional
31
30
bun install
32
31
33
32
# run directly with bun because of shebang issues in nix
34
33
BUILD_TARGET=demo bun node_modules/.bin/vite build
35
34
- name: upload to wisp
36
35
command: |
37
37
-
curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-aarch64-linux -o wisp-cli
36
36
+
curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86-linux -o wisp-cli
38
37
chmod +x wisp-cli
39
38
./wisp-cli \
40
39
"$WISP_HANDLE" \