ci-test (working now) #2
1 changed files with 2 additions and 1 deletions
|
@ -34,8 +34,9 @@ jobs:
|
||||||
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}
|
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}
|
||||||
- name: print info
|
- name: print info
|
||||||
run: |
|
run: |
|
||||||
|
cd
|
||||||
ls
|
ls
|
||||||
ls build
|
du -sh
|
||||||
- name: create release
|
- name: create release
|
||||||
uses: https://github.com/ncipollo/release-action@v1
|
uses: https://github.com/ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue