Try setting up uploading Linux builds?

This commit is contained in:
NovaSquirrel 2021-11-13 13:19:27 -05:00
parent b572feab54
commit 88d0bbdb81

View file

@ -2,7 +2,7 @@ name: "Linux build"
on: push on: push
jobs: jobs:
win-build: linux-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -13,8 +13,8 @@ jobs:
- name: Build - name: Build
run: | run: |
make make
# - name: Upload binary - name: Upload binary
# uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
# with: with:
# name: Mesen-win name: Mesen-Linux
# path: bin/Any CPU/Release/Mesen.exe path: bin/x64/Release/Mesen.exe