Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 1e31cc0

Browse files
authored
fix: typo in workflow
1 parent e09b348 commit 1e31cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Bundle files
3333
run: |
3434
mv dist oxmysql
35-
zip -r oxmysql-${{ env.RELEASE_VERSION }}.zip dist
35+
zip -r oxmysql-${{ env.RELEASE_VERSION }}.zip oxmysql
3636
3737
- name: Create Release
3838
uses: "marvinpinto/action-automatic-releases@v1.2.1"

0 commit comments

Comments
 (0)