Skip to content

Commit f59f8ad

Browse files
authored
Update build-release.yml
1 parent 4d3c8f6 commit f59f8ad

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)