File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 dotnet-version : ' 6.0.x'
2626
2727 - name : 🔁 Restore dependencies
28- run : dotnet restore Ext4Explorer /Ext4Explorer.csproj
28+ run : dotnet restore SharpExt4Explorer /Ext4Explorer.csproj
2929
3030 - name : 🛠️ Build and Publish (Self-Contained x86)
3131 run : |
32- dotnet publish Ext4Explorer .csproj `
32+ dotnet publish SharpExt4Explorer .csproj `
3333 --configuration $env:Configuration `
3434 --runtime $env:Runtime `
3535 --self-contained true `
@@ -40,14 +40,14 @@ jobs:
4040 shell : pwsh
4141
4242 - name : 📦 Zip Release Output
43- run : Compress-Archive -Path "$env:OutputDir\*" -DestinationPath Ext4Explorer .zip
43+ run : Compress-Archive -Path "$env:OutputDir\*" -DestinationPath SharpExt4Explorer .zip
4444 shell : pwsh
4545
4646 - name : 🚀 Create GitHub Release and Upload Artifact
4747 uses : softprops/action-gh-release@v2
4848 with :
4949 name : Release ${{ github.ref_name }}
5050 tag_name : ${{ github.ref_name }}
51- files : Ext4Explorer .zip
51+ files : SharpExt4Explorer .zip
5252 env :
5353 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments