Skip to content

Commit 1fbccf5

Browse files
committed
Fix stupid mistake
1 parent 88d4be8 commit 1fbccf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "/home/runner/.modular/pkg/packages.modular.com_mojo/bin" >> $GITHUB_PATH
2727

2828
- name: Create package
29-
run: mojo lightbug_http src -o lightbug_http.mojopkg
29+
run: mojo package src -o lightbug_http.mojopkg
3030

3131
- name: Upload package to release
3232
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)