File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# .github/workflows/main.yml
2- name : Build
2+ name : Liman Render Engine Build
33on :
44 push :
5- braches : [main ]
5+ braches : [master ]
66
77jobs :
88 build :
@@ -12,20 +12,20 @@ jobs:
1212 - name : Getting Go Binaries
1313 uses : actions/setup-go@v2
1414 with :
15- go-version : ' 1.18 '
15+ go-version : ' 1.19 '
1616 - name : Build Application
1717 run : |
1818 go get -u && go mod tidy
19- go build -o rest-server
19+ go build -o liman_render
2020 - name : Create Zip
2121 run : |
22- zip -r /tmp/rest-server- ${{ github.run_number }}.zip rest-server
22+ zip -r /tmp/liman_render- ${{ github.run_number }}.zip liman_render
2323 - name : Release
2424 id : create_release
2525 uses : softprops/action-gh-release@v1
2626 env :
2727 GITHUB_TOKEN : ${{ secrets.TOKEN }}
2828 with :
29- files : /tmp/rest-server -${{ github.run_number }}.zip
29+ files : /tmp/liman_render -${{ github.run_number }}.zip
3030 name : " Release ${{ github.run_number }}"
3131 tag_name : " release.${{ github.run_number }}"
You can’t perform that action at this time.
0 commit comments