From 5cd72e6aba8ff48c097c4c7707695ccac331419e Mon Sep 17 00:00:00 2001 From: juadde Date: Mon, 18 Dec 2023 10:34:42 +0100 Subject: [PATCH] See artifact download --- .github/workflows/luabitop_compilation.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/luabitop_compilation.yml b/.github/workflows/luabitop_compilation.yml index 1b8db4f..5def4c9 100644 --- a/.github/workflows/luabitop_compilation.yml +++ b/.github/workflows/luabitop_compilation.yml @@ -61,7 +61,7 @@ jobs: - name: Archive DLL as artifact uses: actions/upload-artifact@v4 with: - name: luabitop + name: LuaBitOp-DLL path: | dll/bit.dll LICENSE @@ -69,6 +69,9 @@ jobs: if-no-files-found: error ## Release on tag + - uses: actions/download-artifact@v4 + - name: Display structure of downloaded files + run: ls -lR - name: Release DLL if: startsWith(github.ref, 'refs/tags/') uses: softprops/action-gh-release@v1