From ae6013adf6800d8360ef322cffb5b5e1ad6867ac Mon Sep 17 00:00:00 2001 From: defnotken Date: Wed, 27 Aug 2025 08:59:36 -0500 Subject: [PATCH] Forgot to make a directory --- .github/workflows/lightless-tag-and-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lightless-tag-and-release.yml b/.github/workflows/lightless-tag-and-release.yml index 9180b99..eb3db1a 100644 --- a/.github/workflows/lightless-tag-and-release.yml +++ b/.github/workflows/lightless-tag-and-release.yml @@ -50,6 +50,7 @@ jobs: - name: Prepare Lightless Client run: | + mkdir output Compress-Archive -Path ${{ env.PLUGIN_NAME }}/bin/x64/Release/* -DestinationPath output/LightlessClient.zip - name: Create Git tag if not exists