this repo has no description
0
fork

Configure Feed

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

swap to forgejo upload/download artifact forks

nuv 8f8ac6da 5e3f57c9

+2 -2
+2 -2
.forgejo/workflows/publish.yml
··· 23 23 run: ls ./condition_overload/build/dev/javascript/ 24 24 25 25 - name: Upload artifacts 26 - uses: actions/upload-artifact@v4 26 + uses: https://code.forgejo.org/forgejo/upload-artifact@v4 27 27 with: 28 28 name: gleam_build 29 29 path: ./condition_overload/build/dev/javascript/ ··· 36 36 image: oven/bun 37 37 steps: 38 38 - name: Download artifact 39 - uses: actions/download-artifact@v4 39 + uses: https://code.forgejo.org/forgejo/download-artifact@v4 40 40 with: 41 41 name: gleam_build 42 42 path: /build