Skip to content

Commit ebe3acb

Browse files
committed
fix: upload to release
1 parent 343d89c commit ebe3acb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build
2222
run: GOOS=${{ matrix.platform }} GOARCH=${{ matrix.arch }} go build -ldflags="-X main.version=$(git describe --tags --abbrev=0)" -o migrash-${{ matrix.platform }}-${{ matrix.arch }}
2323
- name: Archive
24-
uses: actions/upload-artifact@v4
24+
uses: softprops/action-gh-release@v2
2525
with:
26-
name: migrash-${{ matrix.platform }}-${{ matrix.arch }}
27-
path: migrash-${{ matrix.platform }}-${{ matrix.arch }}
26+
files: |
27+
migrash-${{ matrix.platform }}-${{ matrix.arch }}

0 commit comments

Comments
 (0)