Skip to content

Commit

Permalink
ci: debug zip file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
gaheldev committed May 20, 2024
1 parent 2ea0769 commit dd842ff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release

on:
push:
tags:
- 'v*.*.*'
# tags:
# - 'v*.*.*'


# Common variables for all platforms (ldc is hardcoded in windows job)
Expand Down Expand Up @@ -90,7 +90,9 @@ jobs:

# Create release archives
- name: Create release archive for Linux
run: zip plugin/builds/linux-64b.zip "plugin/builds/Linux-64b-LV2/Gahel inflator.lv2/" "plugin/builds/Linux-64b-VST3/Gahel inflator.vst3/"
run: |
zip plugin/builds/linux-64b.zip "plugin/builds/Linux-64b-LV2/Gahel inflator.lv2/" "plugin/builds/Linux-64b-VST3/Gahel inflator.vst3/"
ls -R plugin/builds/
# TODO: other platforms

Expand Down

0 comments on commit dd842ff

Please sign in to comment.