This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user