[mirror] Command-line application for uploading a site to a git-pages server

CI: fix embedding of version information.

+6 -4
+6 -4
.forgejo/workflows/ci.yaml
··· 38 38 container: 39 39 image: docker.io/library/node:24-trixie-slim@sha256:c319bb4fac67c01ced508b67193a0397e02d37555d8f9b72958649efd302b7f8 40 40 steps: 41 + - name: Install dependencies 42 + run: | 43 + apt-get -y update 44 + apt-get -y install ca-certificates git 41 45 - name: Check out source code 42 46 uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 47 + with: 48 + fetch-depth: 0 43 49 - name: Set up toolchain 44 50 uses: https://code.forgejo.org/actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 45 51 with: 46 52 go-version: '>=1.25.6' 47 - - name: Install dependencies 48 - run: | 49 - apt-get -y update 50 - apt-get -y install ca-certificates 51 53 - name: Build release assets 52 54 # If you want more platforms to be represented, send a pull request. 53 55 run: |