mirror of https://git.nuv.sh/nuv/condition_overload

fix if-no-files-found and add display build artifacts step

nuv 5e3f57c9 2e07af34

Changed files
+3 -3
.forgejo
workflows
+3 -3
.forgejo/workflows/publish.yml
··· 19 19 - name: Run gleam build 20 20 run: cd condition_overload && gleam build 21 21 22 - - name: check 23 - run: ls -lka 22 + - name: Display build artifacts 23 + run: ls ./condition_overload/build/dev/javascript/ 24 24 25 25 - name: Upload artifacts 26 26 uses: actions/upload-artifact@v4 27 27 with: 28 28 name: gleam_build 29 29 path: ./condition_overload/build/dev/javascript/ 30 - if-no-files-found: error Files not found 30 + if-no-files-found: error 31 31 32 32 bun_package: 33 33 needs: gleam_build