File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 go build -ldflags="-s -w -X github.com/dirathea/sstart/internal/cli.version=snapshot -X github.com/dirathea/sstart/internal/cli.commit=${{ github.sha }} -X github.com/dirathea/sstart/internal/cli.date=$(date -u +%Y-%m-%dT%H:%M:%SZ)" -o sstart${{ matrix.goos == 'windows' && '.exe' || '' }} ./cmd/sstart
9494
9595 - name : Upload artifact
96- uses : actions/upload-artifact@v6
96+ uses : actions/upload-artifact@v7
9797 with :
9898 name : sstart-${{ matrix.goos }}-${{ matrix.goarch }}${{ matrix.goos == 'windows' && '.exe' || '' }}
9999 path : sstart${{ matrix.goos == 'windows' && '.exe' || '' }}
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 tar -tzf "release/${ARCHIVE_NAME}.tar.gz" | head -10
168168
169169 - name : Upload build artifacts
170- uses : actions/upload-artifact@v6
170+ uses : actions/upload-artifact@v7
171171 with :
172172 name : release-${{ matrix.build_id }}
173173 path : release/*
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 tar -tzf "release/${ARCHIVE_NAME}.tar.gz" | head -10
117117
118118 - name : Upload build artifacts
119- uses : actions/upload-artifact@v6
119+ uses : actions/upload-artifact@v7
120120 with :
121121 name : release-${{ matrix.build_id }}
122122 path : release/*
You can’t perform that action at this time.
0 commit comments