Skip to content

Commit

Permalink
Merge pull request #4 from apfelaudio/seb/dist
Browse files Browse the repository at this point in the history
ci: add install step and upload dist/ folder
  • Loading branch information
schnommus committed Apr 7, 2024
2 parents 2dd2f4a + 0139a18 commit 15f3498
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:
- run: wget https://vcvrack.com/downloads/Rack-SDK-2.4.1-lin-x64.zip
- run: unzip Rack-SDK*.zip && rm Rack-SDK*.zip
- run: make RACK_DIR=`pwd`/Rack-SDK
- run: make RACK_DIR=`pwd`/Rack-SDK install
- uses: actions/upload-artifact@v4
with:
name: plugin-lin-x64
path: |
plugin.so
plugin.json
path: dist/

macos-build:
runs-on: macos-latest
Expand All @@ -28,9 +27,8 @@ jobs:
- run: wget https://vcvrack.com/downloads/Rack-SDK-2.4.1-mac-x64.zip
- run: unzip Rack-SDK*.zip && rm Rack-SDK*.zip
- run: make RACK_DIR=`pwd`/Rack-SDK
- run: make RACK_DIR=`pwd`/Rack-SDK install
- uses: actions/upload-artifact@v4
with:
name: plugin-mac-x64
path: |
plugin.so
plugin.json
path: dist/

0 comments on commit 15f3498

Please sign in to comment.