@@ -44,27 +44,27 @@ jobs:
44
44
path : weave_${{ matrix.goos }}_${{ matrix.goarch }}.tar.gz
45
45
if-no-files-found : error
46
46
47
- # upload-to-weave-binaries:
48
- # name: Upload to weave-binaries release
49
- # needs: build
50
- # runs-on: ubuntu-latest
47
+ upload-to-weave-binaries :
48
+ name : Upload to weave-binaries release
49
+ needs : build
50
+ runs-on : ubuntu-latest
51
51
52
- # steps:
53
- # - name: Download binaries
54
- # uses: actions/download-artifact@v3
55
- # with:
56
- # name: binaries
52
+ steps :
53
+ - name : Download binaries
54
+ uses : actions/download-artifact@v3
55
+ with :
56
+ path : artifacts
57
57
58
- # - name: Create a release in weave-binaries
59
- # uses: softprops/action-gh-release@v2
60
- # if: startsWith(github.ref, 'refs/tags/')
61
- # with:
62
- # repository: initia-labs/weave-binaries
63
- # draft: false
64
- # prerelease: true
65
- # token: ${{ secrets.WEAVE_BINARIES_GITHUB_TOKEN }}
66
- # files: |
67
- # weave_linux_amd64.tar.gz
68
- # weave_linux_arm64.tar.gz
69
- # weave_darwin_amd64.tar.gz
70
- # weave_darwin_arm64.tar.gz
58
+ - name : Create a release in weave-binaries
59
+ uses : softprops/action-gh-release@v2
60
+ if : startsWith(github.ref, 'refs/tags/')
61
+ with :
62
+ repository : initia-labs/weave-binaries
63
+ draft : false
64
+ prerelease : true
65
+ token : ${{ secrets.WEAVE_BINARIES_GITHUB_TOKEN }}
66
+ files : |
67
+ artifacts/ weave_linux_amd64.tar.gz
68
+ artifacts/ weave_linux_arm64.tar.gz
69
+ artifacts/ weave_darwin_amd64.tar.gz
70
+ artifacts/ weave_darwin_arm64.tar.gz
0 commit comments