Skip to content

Commit ea88b27

Browse files
authored
Cleanup the leftover *.nupkg file. (#12105)
* Remove the leftover nupkg file. * Add nupkg files to gitignore Cleanup the nupkg files in the publish workflow.
1 parent f81d5dc commit ea88b27

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,9 @@ jobs:
865865
name: nuget_pack_${{ steps.version.outputs.version }}
866866
path: Handsontable.*.nupkg
867867

868+
- name: Clean up NuGet package
869+
run: rm -f Handsontable.*.nupkg
870+
868871
- name: Update changelog release date
869872
run: |
870873
VERSION='${{ steps.version.outputs.version }}'
@@ -1041,6 +1044,9 @@ jobs:
10411044
--api-key "${{ steps.nuget-login.outputs.NUGET_API_KEY }}" \
10421045
--source https://api.nuget.org/v3/index.json
10431046
1047+
- name: Clean up NuGet package
1048+
run: rm -f *.nupkg
1049+
10441050
- name: Install dependencies
10451051
run: pnpm install --frozen-lockfile
10461052

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ docs/.env
1818

1919
# Local Netlify folder
2020
.netlify
21+
22+
*.nupkg

Handsontable.17.0.0.nupkg

-2.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)