Skip to content

Commit 4291120

Browse files
authored
ci: fix package syntax in CI workflow
1 parent c97fd02 commit 4291120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
secrets: inherit
5454
# prettier-ignore
5555
with:
56-
package: "bluelua-${{ github.event.repository.name }}"
56+
package: ${{ github.event.repository.name }}
5757

5858
linux: ${{ inputs.linux || github.event_name != 'workflow_dispatch' }}
5959
macos: ${{ inputs.macos || github.event_name != 'workflow_dispatch' }}

0 commit comments

Comments
 (0)