File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131 version="${GITHUB_REF##*/*/}"
3232 echo ::set-output name=version::$version
3333 npm install
34- npm run build -- $version ${{ matrix.python }}-${{ matrix.system }}
34+ npm run build -- $version python ${{ matrix.python }}-${{ matrix.system }}
3535 env :
3636 TOKEN : ${{ secrets.TOKEN }}
3737 - name : Upload
3838 uses : softprops/action-gh-release@v1
3939 with :
40- files : " GeodePackage-${{ steps.package.outputs.version }}-${{ matrix.system }}.zip"
40+ files : " GeodePackage-${{ steps.package.outputs.version }}-python${{ matrix.python }}- ${{ matrix.system }}.zip"
4141 env :
4242 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4343 - name : Notify slack
Original file line number Diff line number Diff line change 2828 - name : Compile
2929 run : |
3030 npm install
31- npm run build -- version ${{ matrix.python }}-${{ matrix.system }}
31+ npm run build -- version python ${{ matrix.python }}-${{ matrix.system }}
3232 env :
3333 TOKEN : ${{ secrets.TOKEN }}
3434 - name : Notify slack
You can’t perform that action at this time.
0 commit comments