Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukau committed Dec 2, 2023
1 parent 3b50ced commit 4a2af68
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,21 @@ jobs:
python3 pack.py
echo "Run studiorack.py"
python3 studiorack.py
- name: Get Release Notes
run: 'echo "$(git tag -l --format="%(contents:body)" $GITHUB_REF_NAME)" > RELEASE_NOTES'
- name: Release
uses: softprops/action-gh-release@v1
- name: Upload
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: actions/upload-artifact@v3
with:
body_path: RELEASE_NOTES
files: |
${{ env.package_path }}/pack_macOS/*.zip
${{ env.package_path }}/pack/*.zip
${{ env.package_path }}/pack/*.png
${{ env.package_path }}/pack/plugins.json
${{ env.package_path }}/audiosample/*.flac
name: vst_full
path: ${{ env.package_path }}
# - name: Get Release Notes
# run: 'echo "$(git tag -l --format="%(contents:body)" $GITHUB_REF_NAME)" > RELEASE_NOTES'
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# body_path: RELEASE_NOTES
# files: |
# ${{ env.package_path }}/pack_macOS/*.zip
# ${{ env.package_path }}/pack/*.zip
# ${{ env.package_path }}/pack/*.png
# ${{ env.package_path }}/pack/plugins.json
# ${{ env.package_path }}/audiosample/*.flac

0 comments on commit 4a2af68

Please sign in to comment.