We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97fd02 commit 4291120Copy full SHA for 4291120
1 file changed
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
secrets: inherit
54
# prettier-ignore
55
with:
56
- package: "bluelua-${{ github.event.repository.name }}"
+ package: ${{ github.event.repository.name }}
57
58
linux: ${{ inputs.linux || github.event_name != 'workflow_dispatch' }}
59
macos: ${{ inputs.macos || github.event_name != 'workflow_dispatch' }}
0 commit comments