Use Gitea-compatible artifact action
Docker / build (push) Successful in 1m30s

This commit is contained in:
Sergey Filkin
2026-04-30 19:18:14 +03:00
parent 62f1ea5d36
commit 79a4bcb890
+1 -1
View File
@@ -101,7 +101,7 @@ jobs:
-o "bin/md-to-html-${GOOS}-${GOARCH}" \ -o "bin/md-to-html-${GOOS}-${GOARCH}" \
./cmd/md-to-html ./cmd/md-to-html
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v3
with: with:
name: md-to-html-${{ matrix.goos }}-${{ matrix.goarch }} name: md-to-html-${{ matrix.goos }}-${{ matrix.goarch }}
path: bin/md-to-html-${{ matrix.goos }}-${{ matrix.goarch }} path: bin/md-to-html-${{ matrix.goos }}-${{ matrix.goarch }}