Skip to content

Commit

Permalink
Fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed May 15, 2024
1 parent 989ec1a commit aaaf2a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aaaf2a9

Please sign in to comment.