fix: 🐛 upload artifact stage
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
|||||||
run: go build -trimpath -ldflags="-s -w" -o "${{ matrix.artifact }}" .
|
run: go build -trimpath -ldflags="-s -w" -o "${{ matrix.artifact }}" .
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact }}
|
name: ${{ matrix.artifact }}
|
||||||
path: ${{ matrix.artifact }}
|
path: ${{ matrix.artifact }}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module github.com/jdbnet/tx-sync
|
module git.jdbnet.co.uk/jamie/tx-sync
|
||||||
|
|
||||||
go 1.22
|
go 1.22
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user