Skip to content

Commit

Permalink
0.3.7.729
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Nov 26, 2023
1 parent bbfd509 commit 166f024
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
]
},
"unofficial.Urho3DNet.Editor": {
"version": "0.3.7.725",
"version": "0.3.7.729",
"commands": [
"rbfx"
]
}
}
}
}
4 changes: 2 additions & 2 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
if: ${{ env.BUTLER_API_KEY != '' }}
run: |
dotnet tool run ezpipeline -- fetch-tool --name Butler -o tools/itch
tools/itch/butler push RbfxTemplate.Desktop/bin/Release/net7.0/${{ env.RUNTIME_ID }}/publish/ rebelfork/rbfx-csharp-thirdperson:${{ env.RUNTIME_ID }}
tools/itch/butler push RbfxTemplate.Desktop/bin/Release/net7.0/${{ env.RUNTIME_ID }}/publish/ ${{ env.ITCH_PROJECT }}:${{ env.RUNTIME_ID }}
shell: bash
# ---------------------------------------------------------------------------------------
build_android:
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
if: ${{ env.BUTLER_API_KEY != '' }}
run: |
dotnet tool run ezpipeline -- fetch-tool --name Butler -o tools/itch
tools/itch/butler push ./RbfxTemplate.Android/bin/Release/net7.0-android/publish/com.companyname.RbfxTemplate.android-Signed.apk rebelfork/rbfx-csharp-thirdperson:android
tools/itch/butler push ./RbfxTemplate.Android/bin/Release/net7.0-android/publish/com.companyname.RbfxTemplate.android-Signed.apk ${{ env.ITCH_PROJECT }}:android
shell: bash
# ---------------------------------------------------------------------------------------
build_uwp:
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Urho3DNetVersion>0.3.7.725</Urho3DNetVersion>
<Urho3DNetVersion>0.3.7.729</Urho3DNetVersion>
</PropertyGroup>
</Project>

0 comments on commit 166f024

Please sign in to comment.