diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 155d915..629d383 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -187,6 +187,9 @@ jobs: # Change into the artifacts directory to avoid including the directory itself in the zip archive working-directory: LightBulb/ run: zip -r ../LightBulb.${{ matrix.rid }}.zip . + + - name: Create package (installer) + run: mv LightBulb-Installer.exe LightBulb-Installer.${{ matrix.rid }}.exe - name: Create release env: