Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ksgfk committed Aug 4, 2024
1 parent 25cb7a8 commit b20962b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
with:
name: libTinyEXR.Native-macos-latest.dylib
path: TinyEXR.NET/Assets/runtimes/osx-arm64/native
- name: tree
run: tree ${{github.workspace}}\TinyEXR.NET /f
- name: Rename osx-x64
run: Rename-Item -Path ${{github.workspace}}/TinyEXR.NET/Assets/runtimes/osx-x64/native/libTinyEXR.Native-macos-13.dylib -NewName libTinyEXR.Native.dylib
- name: Rename osx-arm64
Expand Down
Empty file.
Empty file.
Binary file not shown.
Empty file.
6 changes: 3 additions & 3 deletions TinyEXR.NET/TinyEXR.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>TinyEXR</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>0.3.6</AssemblyVersion>
<FileVersion>0.3.6</FileVersion>
<AssemblyVersion>0.3.7</AssemblyVersion>
<FileVersion>0.3.7</FileVersion>
<RepositoryType>git</RepositoryType>
<Description>TinyEXR.NET is a C# wrapper of tinyexr</Description>
<Company>ksgfk</Company>
Expand All @@ -18,7 +18,7 @@
<PackageTags>OpenEXR,HDR</PackageTags>
<PackageReleaseNotes>update tinyexr</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>0.3.6</Version>
<Version>0.3.7</Version>
<Nullable>enable</Nullable>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit b20962b

Please sign in to comment.