File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 pushd ${{ env.rack-plugin-toolchain-dir }}
5555 make plugin-build-${{ matrix.platform }}
5656 - name : Upload artifact
57- uses : actions/upload-artifact@v2
57+ uses : actions/upload-artifact@v3
5858 with :
5959 path : ${{ env.rack-plugin-toolchain-dir }}/plugin-build
6060 name : ${{ matrix.platform }}
8383 make -j dep
8484 make -j dist
8585 - name : Upload artifact
86- uses : actions/upload-artifact@v2
86+ uses : actions/upload-artifact@v3
8787 with :
8888 path : dist
8989 name : mac
@@ -106,17 +106,15 @@ jobs:
106106 exit 1
107107 fi
108108 - name : Create Release
109- uses : actions/create-release@v1
110- env :
111- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
109+ uses : softprops/action-gh-release@v1
112110 with :
113111 tag_name : ${{ github.ref }}
114- release_name : Release ${{ github.ref }}
112+ name : Release ${{ github.ref }}
115113 body : |
116114 ${{ env.CI_REPOSITORY_NAME }} VCV Rack Plugin ${{ env.CI_REF_NAME }}
117115 draft : false
118116 prerelease : false
119- - uses : actions/download-artifact@v2
117+ - uses : actions/download-artifact@v3
120118 with :
121119 path : _artifacts
122120 - name : Upload release assets
You can’t perform that action at this time.
0 commit comments