mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
.github/workflows/build.yml fixed debug Windows
This commit is contained in:
parent
7cf511401e
commit
2b7025719b
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -150,8 +150,14 @@ jobs:
|
|||
GITHUB_TOKEN: ${{secrets.TOKEN}}
|
||||
|
||||
- name: debug
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: ls -alh dist/
|
||||
|
||||
- name: debug Windows
|
||||
if: matrix.os == 'windows-latest'
|
||||
shell: pwsh
|
||||
run: Get-ChildItem -Path dist -Recurse | Format-Table -Property Mode, LastWriteTime, Length, Name
|
||||
|
||||
- name: get release version
|
||||
id: release-version
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue