rename -dev to -lite
parent
7d909b31ac
commit
458dfd69e3
|
@ -46,7 +46,7 @@ jobs:
|
||||||
uses: thedoctor0/zip-release@master
|
uses: thedoctor0/zip-release@master
|
||||||
with:
|
with:
|
||||||
type: "zip"
|
type: "zip"
|
||||||
filename: "${{ steps.get_version.outputs.VERSION }}-dev.zip"
|
filename: "${{ steps.get_version.outputs.VERSION }}-lite.zip"
|
||||||
exclusions: "/*.git/* /*.github/*"
|
exclusions: "/*.git/* /*.github/*"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
@ -57,12 +57,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
type: "zip"
|
type: "zip"
|
||||||
filename: "${{ steps.get_version.outputs.VERSION }}.zip"
|
filename: "${{ steps.get_version.outputs.VERSION }}.zip"
|
||||||
exclusions: "/*.git/* /*.github/* ${{ steps.get_version.outputs.VERSION }}-dev.zip"
|
exclusions: "/*.git/* /*.github/* ${{ steps.get_version.outputs.VERSION }}-lite.zip"
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
removeArtifacts: true
|
removeArtifacts: true
|
||||||
artifacts: "${{ steps.get_version.outputs.VERSION }}.zip,${{ steps.get_version.outputs.VERSION }}-dev.zip"
|
artifacts: "${{ steps.get_version.outputs.VERSION }}.zip,${{ steps.get_version.outputs.VERSION }}-lite.zip"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue