Fix artifact not uploading in linux (#430)

This commit is contained in:
Uriel
2022-12-28 11:04:39 -03:00
committed by GitHub
parent 1be691e045
commit f35da6557b

View File

@@ -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: