Forgot to make a directory

This commit is contained in:
defnotken
2025-08-27 08:59:36 -05:00
parent 2b67f44788
commit ae6013adf6

View File

@@ -50,6 +50,7 @@ jobs:
- name: Prepare Lightless Client - name: Prepare Lightless Client
run: | run: |
mkdir output
Compress-Archive -Path ${{ env.PLUGIN_NAME }}/bin/x64/Release/* -DestinationPath output/LightlessClient.zip Compress-Archive -Path ${{ env.PLUGIN_NAME }}/bin/x64/Release/* -DestinationPath output/LightlessClient.zip
- name: Create Git tag if not exists - name: Create Git tag if not exists