Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
sssooonnnggg committed Nov 21, 2024
1 parent 846ba7d commit 4a5cea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
repository: luau-lang/luau
path: luau
- name: configure
run: cmake -DCPP_DAP_ROOT=${GITHUB_WORKSPACE}/cppdap -DLUAU_ROOT=${GITHUB_WORKSPACE}/luau -S . -B build --preset publish-configure
run: cmake -DCPP_DAP_ROOT=${{GITHUB_WORKSPACE}}/cppdap -DLUAU_ROOT=${{GITHUB_WORKSPACE}}/luau -S . -B build --preset publish-configure
- name: build
run: cmake --build --preset publish-build
- name: pack
Expand Down

0 comments on commit 4a5cea8

Please sign in to comment.