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.
2 parents 297ecfb + 876390a commit e42bcd0Copy full SHA for e42bcd0
.github/workflows/build.yml
@@ -102,14 +102,14 @@ jobs:
102
env: { GOOS: freebsd, GOARCH: amd64 }
103
run: go build -ldflags "-s -w" -trimpath
104
- name: Upload go2rtc_freebsd_amd64
105
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
106
with: { name: go2rtc_freebsd_amd64, path: go2rtc }
107
108
- name: Build go2rtc_freebsd_arm64
109
env: { GOOS: freebsd, GOARCH: arm64 }
110
111
- name: Upload go2rtc_freebsd_arm64
112
113
with: { name: go2rtc_freebsd_arm64, path: go2rtc }
114
115
docker-master:
0 commit comments