Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
sssooonnnggg committed Nov 21, 2024
1 parent 72446f6 commit cdd6b67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
run: echo "root=${{GITHUB_WORKSPACE}}" >> $GITHUB_OUTPUT
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -29,7 +28,7 @@ jobs:
repository: luau-lang/luau
path: luau
- name: configure
run: cmake -DCPP_DAP_ROOT=${{ steps.vars.outputs.root }}/cppdap -DLUAU_ROOT=${{ steps.vars.outputs.root }}/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 cdd6b67

Please sign in to comment.