remove rids in pack lol
Some checks failed
Build / Compute Version (push) Successful in 5s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 2m42s
Build / Build Nuget package (NuGet) (push) Successful in 2m19s
Build / Build Nuget package (CringePlugins) (push) Successful in 2m40s
Build / Build Nuget package (SharedCringe) (push) Successful in 2m45s
Build / Build Launcher (push) Failing after 3m48s

This commit is contained in:
zznty
2024-10-24 21:09:55 +07:00
parent 27037965b2
commit e7a2c8b8d8

View File

@@ -36,10 +36,10 @@ jobs:
- uses: actions/setup-dotnet@v4 - uses: actions/setup-dotnet@v4
- run: dotnet restore ${{ matrix.project }}/${{ matrix.project }}.csproj --locked-mode -r win-x64 - run: dotnet restore ${{ matrix.project }}/${{ matrix.project }}.csproj --locked-mode
name: Restore Project name: Restore Project
- run: dotnet pack -c Release -o ./pub ${{ matrix.project }}/${{ matrix.project }}.csproj --no-restore -p:Version="${{ needs.compute-version.outputs.version }}" -r win-x64 - run: dotnet pack -c Release -o ./pub ${{ matrix.project }}/${{ matrix.project }}.csproj --no-restore -p:Version="${{ needs.compute-version.outputs.version }}"
name: Pack Project name: Pack Project
- name: Install Sleet - name: Install Sleet