fix: 🐛 upload artifact stage
tx-sync build / build (tx-sync-linux-amd64, amd64, linux) (push) Successful in 18s
tx-sync build / build (tx-sync-windows-amd64.exe, amd64, windows) (push) Successful in 1s

This commit is contained in:
2026-03-21 01:07:05 +00:00
parent 38dc37149c
commit 326f5ac751
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
run: go build -trimpath -ldflags="-s -w" -o "${{ matrix.artifact }}" .
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.artifact }}
path: ${{ matrix.artifact }}