Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
85ab58f765 nuget: bump the silk-net group with 3 updates
Bumps the silk-net group with 3 updates: [Silk.NET.Vulkan](https://github.com/dotnet/Silk.NET), [Silk.NET.Vulkan.Extensions.EXT](https://github.com/dotnet/Silk.NET) and [Silk.NET.Vulkan.Extensions.KHR](https://github.com/dotnet/Silk.NET).


Updates `Silk.NET.Vulkan` from 2.16.0 to 2.20.0
- [Release notes](https://github.com/dotnet/Silk.NET/releases)
- [Commits](https://github.com/dotnet/Silk.NET/compare/v2.16.0...v2.20.0)

Updates `Silk.NET.Vulkan.Extensions.EXT` from 2.16.0 to 2.20.0
- [Release notes](https://github.com/dotnet/Silk.NET/releases)
- [Commits](https://github.com/dotnet/Silk.NET/compare/v2.16.0...v2.20.0)

Updates `Silk.NET.Vulkan` from 2.16.0 to 2.20.0
- [Release notes](https://github.com/dotnet/Silk.NET/releases)
- [Commits](https://github.com/dotnet/Silk.NET/compare/v2.16.0...v2.20.0)

Updates `Silk.NET.Vulkan.Extensions.KHR` from 2.16.0 to 2.20.0
- [Release notes](https://github.com/dotnet/Silk.NET/releases)
- [Commits](https://github.com/dotnet/Silk.NET/compare/v2.16.0...v2.20.0)

Updates `Silk.NET.Vulkan` from 2.16.0 to 2.20.0
- [Release notes](https://github.com/dotnet/Silk.NET/releases)
- [Commits](https://github.com/dotnet/Silk.NET/compare/v2.16.0...v2.20.0)

---
updated-dependencies:
- dependency-name: Silk.NET.Vulkan
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk-net
- dependency-name: Silk.NET.Vulkan.Extensions.EXT
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk-net
- dependency-name: Silk.NET.Vulkan
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk-net
- dependency-name: Silk.NET.Vulkan.Extensions.KHR
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk-net
- dependency-name: Silk.NET.Vulkan
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk-net
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 16:29:50 +00:00
Mary Guillemard
bc4d99a078 ci: try to fix toctou on release creation
Signed-off-by: Mary Guillemard <mary@mary.zone>
2024-03-02 12:58:03 +01:00
2 changed files with 13 additions and 2 deletions

View File

@@ -44,6 +44,17 @@ jobs:
sha: context.sha
})
- name: Create release
uses: ncipollo/release-action@v1
with:
name: ${{ steps.version_info.outputs.build_version }}
tag: ${{ steps.version_info.outputs.build_version }}
body: "For more information about this release please check out the official [Changelog](https://github.com/Ryujinx/Ryujinx/wiki/Changelog)."
omitBodyDuringUpdate: true
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
token: ${{ secrets.RELEASE_TOKEN }}
release:
name: Release for ${{ matrix.platform.name }}
runs-on: ${{ matrix.platform.os }}

View File

@@ -39,9 +39,9 @@
<PackageVersion Include="securifybv.ShellLink" Version="0.1.0" />
<PackageVersion Include="shaderc.net" Version="0.1.0" />
<PackageVersion Include="SharpZipLib" Version="1.4.2" />
<PackageVersion Include="Silk.NET.Vulkan" Version="2.16.0" />
<PackageVersion Include="Silk.NET.Vulkan" Version="2.20.0" />
<PackageVersion Include="Silk.NET.Vulkan.Extensions.EXT" Version="2.16.0" />
<PackageVersion Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
<PackageVersion Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.20.0" />
<PackageVersion Include="SixLabors.ImageSharp" Version="1.0.4" />
<PackageVersion Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta11" />
<PackageVersion Include="SPB" Version="0.0.4-build32" />