github artifacts

This commit is contained in:
Robert Janetzko 2022-05-08 19:29:14 +00:00
parent 0a3b967047
commit 91be7a5c00

View File

@ -24,3 +24,10 @@ jobs:
run: cd backend && GOOS=linux GOARCH=amd64 go build -o ../bin/legendsbrowser-linux-x64
- name: Build Windows
run: cd backend && GOOS=windows GOARCH=amd64 go build -o ../bin/legendsbrowser-win-x64.exe
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: dist-without-markdown
path: |
bin