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 b20962b commit 316d4a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ jobs:
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
run: Rename-Item -Path ${{github.workspace}}/TinyEXR.NET/Assets/runtimes/osx-arm64/native/libTinyEXR.Native-macos-latest.dylib -NewName libTinyEXR.Native.dylib
- name: Setup .NET
uses: actions/setup-dotnet@v4
- name: Build
Expand Down

0 comments on commit 316d4a4

Please sign in to comment.