what if i just hit the

This commit is contained in:
jvyden 2021-10-19 23:40:28 -04:00
parent 6b91a12f6b
commit 834e432dab
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -32,7 +32,7 @@ jobs:
dotnet-version: "5.0.x"
- name: Compile
run: dotnet publish -c ${{ matrix.os.name }} -r ${{ matrix.os.platform }}
run: dotnet publish -c ${{ matrix.os.name }} -r ${{ matrix.os.platform }} --self-contained
- uses: actions/upload-artifact@v2
with: