@@ -22,15 +22,15 @@ jobs:
2222 run : dotnet restore
2323
2424 - name : Build Release (x64)
25- run : dotnet build dokan-mirror/dokan-mirror.csproj -c Release --no-restore -p:Platform=x64
25+ run : dotnet build dokan-mirror-manager /dokan-mirror-manager .csproj -c Release --no-restore -p:Platform=x64
2626
2727 - name : Publish Application (x64)
28- run : dotnet publish dokan-mirror/dokan-mirror.csproj -c Release -r win-x64 --self-contained false -p:PublishSingleFile=false -p:Platform=x64 -o publish-x64
28+ run : dotnet publish dokan-mirror-manager /dokan-mirror-manager .csproj -c Release -r win-x64 --self-contained false -p:PublishSingleFile=false -p:Platform=x64 -o publish-x64
2929
3030 - name : Create Release Archive (x64)
3131 run : |
3232 cd publish-x64
33- Compress-Archive -Path * -DestinationPath ../dokan-mirror-${{ github.ref_name }}-win-x64.zip
33+ Compress-Archive -Path * -DestinationPath ../dokan-mirror-manager- ${{ github.ref_name }}-win-x64.zip
3434 shell : pwsh
3535
3636 - name : Extract version from tag
@@ -41,17 +41,17 @@ jobs:
4141 - name : Create Release
4242 uses : softprops/action-gh-release@v1
4343 with :
44- files : dokan-mirror-${{ github.ref_name }}-win-x64.zip
44+ files : dokan-mirror-manager- ${{ github.ref_name }}-win-x64.zip
4545 body : |
4646 ## 🚀 Dokan Mirror Manager ${{ github.ref_name }}
4747
4848 ### 📥 Installation
4949
50- 1. Download `dokan-mirror-${{ github.ref_name }}-win-x64.zip`
50+ 1. Download `dokan-mirror-manager- ${{ github.ref_name }}-win-x64.zip`
5151 2. Install [Dokan Driver](https://github.com/dokan-dev/dokany/releases) if not already installed
5252 3. Install [.NET 8.0 Runtime](https://dotnet.microsoft.com/download/dotnet/8.0) if not already installed
5353 4. Extract the archive
54- 5. Run `dokan-mirror.exe` as Administrator
54+ 5. Run `dokan-mirror-manager .exe` as Administrator
5555
5656 ### 📋 Requirements
5757
0 commit comments