File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 4141 VERSION=$(cat VERSION)
4242 echo "VERSION=$VERSION" >> $GITHUB_ENV
4343 echo "APP_DIR=${{ env.BUILD_DIR }}/${{ env.BINARY_NAME }}_artefacts/${{ env.BUILD_TYPE }}" >> $GITHUB_ENV
44- echo "ZIP_FILE_NAME=${{ env.BINARY_NAME }}- ${{ matrix.name }}.zip" >> $GITHUB_ENV
44+ echo "ZIP_FILE_NAME=${{ env.BINARY_NAME }}_ ${{ matrix.name }}.zip" >> $GITHUB_ENV
4545 echo "JUCE_SHA1=$(git rev-parse HEAD:modules/juce)" >> $GITHUB_ENV
4646 echo "PLUGIN_BUILD_DIR=modules/juce/Builds" >> $GITHUB_ENV
4747
@@ -171,12 +171,10 @@ jobs:
171171 - name : Create Release
172172 uses : softprops/action-gh-release@v1
173173 with :
174- tag_name : ${{ github.ref }}
175- name : ${{ github.ref }}
176174 body_path : CHANGELIST.md
177175 draft : true
178176 files : |
179177 CHANGELIST.md/*
180- pluginval-Linux .zip/*
181- pluginval-macOS .zip/*
182- pluginval-Windows .zip/*
178+ pluginval_Linux .zip/*
179+ pluginval_macOS .zip/*
180+ pluginval_Windows .zip/*
You can’t perform that action at this time.
0 commit comments