mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-11 18:09:50 +08:00
update ci
This commit is contained in:
4
.github/workflows/release-ui.yml
vendored
4
.github/workflows/release-ui.yml
vendored
@@ -151,7 +151,9 @@ jobs:
|
||||
merge-multiple: true
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -llR geekgeekrun-ui@${{ github.sha }}
|
||||
run: |
|
||||
ls -llR geekgeekrun-ui@${{ github.sha }}
|
||||
echo ${{ secrets.GGR_ACTION_SECRET }}
|
||||
|
||||
- name: Create release for public
|
||||
uses: ncipollo/release-action@v1
|
||||
|
||||
Reference in New Issue
Block a user