Skip to content

Commit

Permalink
build: fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan committed Jan 26, 2024
1 parent 46b0c9d commit ea52437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: thedoctor0/zip-release@0.7.5
with:
type: "zip"
filename: "imewlconverter_windows.zip"
filename: "imewlconverter_Windows.zip"
directory: "publish"

- name: Update CHANGELOG
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
run: dotnet publish --configuration Release --output ./publish ./src/ImeWlConverterCmd

- name: Archive Release
run: tar -czf imewlconverter-${{ runner.os }}.tar.gz publish/*
run: tar -czf imewlconverter_${{ runner.os }}.tar.gz publish/*

- name: Update CHANGELOG
id: changelog
Expand Down

0 comments on commit ea52437

Please sign in to comment.