parent
04f8404ec0
commit
5f572d37ad
1 changed files with 7 additions and 3 deletions
|
@ -32,11 +32,15 @@ jobs:
|
||||||
archive_output: true
|
archive_output: true
|
||||||
verbose: true
|
verbose: true
|
||||||
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}
|
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}
|
||||||
|
- name: print info
|
||||||
|
run: |
|
||||||
|
ls
|
||||||
|
ls build
|
||||||
- name: create release
|
- name: create release
|
||||||
uses: https://github.com/ncipollo/release-action@v1.11.2
|
uses: https://github.com/ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.DEPLOY_TOKEN }}
|
token: ${{ secrets.DEPLOY_TOKEN }}
|
||||||
generateReleaseNotes: true
|
tag: ${{ github.ref_name }} Test
|
||||||
tag: ${{ github.ref_name }}
|
name: Test
|
||||||
artifacts: ${{ steps.export.outputs.archive_directory }}/* # Added "/*" at the end is glob pattern match for this action
|
artifacts: ${{ steps.export.outputs.archive_directory }}/* # Added "/*" at the end is glob pattern match for this action
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue