Skip to content

Commit

Permalink
chore: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sssooonnnggg committed Dec 16, 2024
1 parent 3e6b7fa commit f15d34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: cmake --build --preset linux-clang-release-build
- name: pack for ubuntu
if: matrix.os.name == 'ubuntu'
run: zip luaud--${{ matrix.os.name }}.zip ${{ github.workspace }}/build/luaud/luaud
run: zip luaud-${{ matrix.os.name }}.zip ${{ github.workspace }}/build/luaud/luaud
- uses: softprops/action-gh-release@v2
with:
files: luaud--${{ matrix.os.name }}.zip
files: luaud-${{ matrix.os.name }}.zip

0 comments on commit f15d34b

Please sign in to comment.