Update release.yml
This commit is contained in:
		
							parent
							
								
									b7c0990dcb
								
							
						
					
					
						commit
						29277d5b86
					
				|  | @ -35,9 +35,9 @@ jobs: | ||||||
|       uses: managedkaos/print-env@v1.0 |       uses: managedkaos/print-env@v1.0 | ||||||
| 
 | 
 | ||||||
|     # setup node |     # setup node | ||||||
|     - uses: actions/setup-node@v1 |     - uses: actions/setup-node@v2 | ||||||
|       with: |       with: | ||||||
|         node-version: '10.x' |         node-version: '14' | ||||||
|         registry-url: 'https://registry.npmjs.org' |         registry-url: 'https://registry.npmjs.org' | ||||||
| 
 | 
 | ||||||
|     # prepare assets for go rice |     # prepare assets for go rice | ||||||
|  | @ -61,7 +61,7 @@ jobs: | ||||||
|         github_token: ${{ secrets.GITHUB_TOKEN }} |         github_token: ${{ secrets.GITHUB_TOKEN }} | ||||||
|         goos: ${{ matrix.goos }} |         goos: ${{ matrix.goos }} | ||||||
|         goarch: ${{ matrix.goarch }} |         goarch: ${{ matrix.goarch }} | ||||||
|         goversion: "https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz" |         goversion: "https://dl.google.com/go/go1.16.1.linux-amd64.tar.gz" | ||||||
|         binary_name: "wireguard-ui" |         binary_name: "wireguard-ui" | ||||||
|         build_flags: -v |         build_flags: -v | ||||||
|         ldflags: -X "main.appVersion=${{ env.APP_VERSION }}" -X "main.buildTime=${{ env.BUILD_TIME }}" -X main.gitCommit=${{ github.sha }} -X main.gitRef=${{ github.ref }} |         ldflags: -X "main.appVersion=${{ env.APP_VERSION }}" -X "main.buildTime=${{ env.BUILD_TIME }}" -X main.gitCommit=${{ github.sha }} -X main.gitRef=${{ github.ref }} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue