diff --git a/.github/workflows/luabitop_compilation.yml b/.github/workflows/luabitop_compilation.yml index da4a468..72b032a 100644 --- a/.github/workflows/luabitop_compilation.yml +++ b/.github/workflows/luabitop_compilation.yml @@ -74,7 +74,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@v4 - name: Zip release - run: Compress-Archive -Path LuaBitOp-DLL -CompressionLevel Optimal -DestinationPath LuaBitOp-DLL.zip + run: Compress-Archive -Path LuaBitOp-DLL\* -CompressionLevel Optimal -DestinationPath LuaBitOp-DLL.zip - name: Release DLL if: startsWith(github.ref, 'refs/tags/') uses: softprops/action-gh-release@v1