ci-test (working now) #2

Merged
Snoweuph merged 82 commits from ci-test into master 2023-04-05 19:20:53 +00:00
Showing only changes of commit 5f572d37ad - Show all commits

View file

@ -32,11 +32,15 @@ jobs:
archive_output: true
verbose: true
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}
- name: print info
run: |
ls
ls build
- name: create release
uses: https://github.com/ncipollo/release-action@v1.11.2
uses: https://github.com/ncipollo/release-action@v1
with:
token: ${{ secrets.DEPLOY_TOKEN }}
generateReleaseNotes: true
tag: ${{ github.ref_name }}
tag: ${{ github.ref_name }} Test
name: Test
artifacts: ${{ steps.export.outputs.archive_directory }}/* # Added "/*" at the end is glob pattern match for this action