Update Gitlab workflow
This commit is contained in:
		
							parent
							
								
									a2788a97d3
								
							
						
					
					
						commit
						6a1d42cc0e
					
				|  | @ -8,8 +8,8 @@ jobs: | |||
|     runs-on: ubuntu-latest | ||||
|     strategy: | ||||
|       matrix: | ||||
|         # build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/386, darwin/amd64 | ||||
|         goos: [linux, windows, darwin] | ||||
|         # build and publish in parallel: linux/386, linux/amd64, darwin/386, darwin/amd64 | ||||
|         goos: [linux, darwin] | ||||
|         goarch: ["386", amd64] | ||||
|     steps: | ||||
|     # get the source code | ||||
|  | @ -23,12 +23,14 @@ jobs: | |||
|     - name: Environment Printer | ||||
|       uses: managedkaos/print-env@v1.0 | ||||
| 
 | ||||
|     # execute yarn install | ||||
|     - uses: borales/actions-yarn@v2.0.0 | ||||
|     # setup node | ||||
|     - uses: actions/setup-node@v1 | ||||
|       with: | ||||
|         cmd: install | ||||
|         node-version: '10.x' | ||||
|         registry-url: 'https://registry.npmjs.org' | ||||
| 
 | ||||
|     - name: Prepare aseets | ||||
|     # prepare assets for go rice | ||||
|     - name: Prepare assets | ||||
|       run: | | ||||
|         chmod +x ./prepare_assets.sh | ||||
|         ./prepare_assets.sh | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue