From f35da6557bfde4e4f2e25c626fca1ce63e89b5ed Mon Sep 17 00:00:00 2001 From: Uriel Date: Wed, 28 Dec 2022 11:04:39 -0300 Subject: [PATCH] Fix artifact not uploading in linux (#430) --- .github/workflows/build-gui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-gui.yml b/.github/workflows/build-gui.yml index 9ad9c0590..6d25ee4b7 100644 --- a/.github/workflows/build-gui.yml +++ b/.github/workflows/build-gui.yml @@ -62,7 +62,7 @@ jobs: # A file, directory or wildcard pattern that describes what to upload path: target/release/slimevr.exe - - if: matrix.os == 'ubuntu-latest' + - if: matrix.os == 'ubuntu-20.04' name: Upload a Build Artifact uses: actions/upload-artifact@v3.1.0 with: