this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

swap image

nuv 43741059 c2ad10ef

+3 -2
+3 -2
.forgejo/workflows/publish.yml
··· 33 33 needs: gleam_build 34 34 runs-on: docker-cli 35 35 container: 36 - image: oven/bun:alpine 36 + image: oven/bun:latest 37 37 steps: 38 38 - name: Download artifact 39 39 uses: https://code.forgejo.org/forgejo/download-artifact@v4 ··· 64 64 65 65 - name: Zip binaries 66 66 run: | 67 - apk add zip 67 + apt update -y 68 + apt install zip -y 68 69 for dir in ./build/bin/*/; do 69 70 dir=${dir%*/} 70 71