diff --git a/.github/workflows/build-stable.yml b/.github/workflows/build-stable.yml index 37924026..5ee66ea8 100644 --- a/.github/workflows/build-stable.yml +++ b/.github/workflows/build-stable.yml @@ -90,13 +90,9 @@ jobs: dotnet-version: 8.0.x - name: Build - run: > - dotnet publish Celeste64.Launcher/Celeste64.Launcher.csproj - -c Release - -r ${{ matrix.rid }} - -p:ImportByWildcardBeforeSolution=false - -o build - && cp -r Content Mods build + run: | + dotnet publish Celeste64.Launcher/Celeste64.Launcher.csproj -c Release -r ${{ matrix.rid }} -p:ImportByWildcardBeforeSolution=false -o build + cp -r Content Mods build - name: Compress if: runner.os == 'Windows'