We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2befa64 commit 940ed2fCopy full SHA for 940ed2f
.github/workflows/workflow.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Next version
27
run: DRY_RUN=true npm run semantic-release -- --dry-run --no-ci
28
- name: Archive Version
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
with:
31
name: "VERSION"
32
path: .VERSION
@@ -65,7 +65,7 @@ jobs:
65
- name: Build ${{ matrix.version.NAME }}
66
run: GOOS=${{ matrix.version.GOOS }} GOARCH=${{ matrix.version.GOARCH }} GOARM=${{ matrix.version.GOARM }} go build -o ${{ matrix.version.OUTPUT }} ./main.go
67
- name: Archive production artifacts
68
69
70
name: "tsp-web"
71
path: |
0 commit comments