diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 56fc585..4e0c271 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -10,12 +10,11 @@ jobs: build_windows: name: build (windows) container: - image: tea.werats.gay/laurayka/ci-rust-img:0.5.0 + image: tea.werats.gay/laurayka/rust-ci-img:0.5.0 steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - - run: echo "/root/.cargo/bin" >> $GITHUB_PATH - run: cargo build --release --target "${{ env.TARGET_PLATFORM }}" - uses: https://gitea.com/actions/gitea-release-action@main env: