1
0
Fork 0
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:
Grigory Efimov 2024-06-05 01:43:09 -03:00
parent 7cf511401e
commit 2b7025719b
No known key found for this signature in database
GPG key ID: 0A88C34DFA7FD939

View file

@ -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: |