diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cffa28..bd51099 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,10 +24,10 @@ jobs: run: dotnet build --no-restore - name: Publish - run: dotnet publish --no-self-contained -c {{ matrix.configuration }} -r win-x64 + run: dotnet publish --no-self-contained -c ${{ matrix.configuration }} -r win-x64 - name: Upload uses: actions/upload-artifact@v3 with: name: Kiseki.Launcher.Windows (${{ matrix.configuration }}) - path: .\Kiseki.Launcher.Windows\bin\{{ matrix.configuration }}\net7.0-windows\win-x64\publish\* \ No newline at end of file + path: .\Kiseki.Launcher.Windows\bin\${{ matrix.configuration }}\net7.0-windows\win-x64\publish\* \ No newline at end of file