|
@@ -167,7 +167,7 @@ jobs:
|
|
|
uses: actions/upload-artifact@v3
|
|
|
with:
|
|
|
name: ${{ env.PLUGIN_NAME }}-macos-${{ matrix.arch }}-${{ steps.setup.outputs.commitHash }}
|
|
|
- path: ${{ github.workspace }}/plugin/release/${{ env.PLUGIN_NAME }}-*-macos-*.pkg
|
|
|
+ path: ${{ github.workspace }}/plugin/release/${{ env.PLUGIN_NAME }}-*-macos-${{ matrix.arch }}.pkg
|
|
|
|
|
|
linux_build:
|
|
|
name: 02 - Linux
|
|
@@ -245,7 +245,7 @@ jobs:
|
|
|
uses: actions/upload-artifact@v3
|
|
|
with:
|
|
|
name: ${{ env.PLUGIN_NAME }}-linux-${{ matrix.arch }}-${{ steps.setup.outputs.commitHash }}
|
|
|
- path: ${{ github.workspace }}/plugin/release/${{ env.PLUGIN_NAME }}-*-linux.*
|
|
|
+ path: ${{ github.workspace }}/plugin/release/${{ env.PLUGIN_NAME }}-*-linux-${{ matrix.arch }}.*
|
|
|
|
|
|
windows_build:
|
|
|
name: 02 - Windows
|