mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-11 18:09:50 +08:00
add step for list folder in release ci
This commit is contained in:
7
.github/workflows/release-ui.yml
vendored
7
.github/workflows/release-ui.yml
vendored
@@ -29,6 +29,13 @@ jobs:
|
||||
run: |
|
||||
cd packages/ui
|
||||
node ./scripts/github-ci-build.mjs
|
||||
|
||||
- name: List folder
|
||||
run: |
|
||||
ls -ll ${{ github.workspace }}
|
||||
ls -ll ${{ github.workspace }}/packages
|
||||
ls -ll ${{ github.workspace }}/packages/ui
|
||||
ls -ll ${{ github.workspace }}/packages/ui/dist
|
||||
|
||||
- name: Create Release
|
||||
uses: ncipollo/release-action@v1
|
||||
|
||||
Reference in New Issue
Block a user