diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 530659f8..251620a3 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -2,7 +2,7 @@ name: "Linux build" on: push jobs: - win-build: + linux-build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -13,8 +13,8 @@ jobs: - name: Build run: | make - # - name: Upload binary - # uses: actions/upload-artifact@v1 - # with: - # name: Mesen-win - # path: bin/Any CPU/Release/Mesen.exe \ No newline at end of file + - name: Upload binary + uses: actions/upload-artifact@v1 + with: + name: Mesen-Linux + path: bin/x64/Release/Mesen.exe \ No newline at end of file