We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346a04a commit 2645b00Copy full SHA for 2645b00
.github/workflows/build-release.yml
@@ -25,7 +25,7 @@ jobs:
25
dotnet-version: '6.0.x'
26
27
- name: 🔁 Restore dependencies
28
- run: dotnet restore SharpExt4Explorer/SharpExt4Explorer.csproj
+ run: dotnet restore SharpExt4Explorer/SharpExt4Explorer/SharpExt4Explorer.csproj
29
30
- name: 🛠️ Build and Publish (Self-Contained x86)
31
run: |
0 commit comments