We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30d862 commit 5c3d7b6Copy full SHA for 5c3d7b6
.github/workflows/build_test_release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: publish project
19
shell: bash
20
run: |
21
- ls -la
+ ls -la ./dist
22
23
tag=$(git describe --tags --abbrev=0)
24
#linux build
0 commit comments