Skip to content

Commit

Permalink
Update web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgz0227 committed May 16, 2024
1 parent 6744387 commit 1585fdd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,12 @@ jobs:
run: |
pnpm i
pnpm build
version="v$(date -d "8 hour" -u +3.%y.%m%d%H)"
version="v$(date -u +3.%y.%m%d%H)"
echo "APP_VER=$version" >> $GITHUB_ENV
rm -rf /home/runner/work/legado-Harmony/legado-Harmony/entry/src/main/resources/vue
mkdir -p /home/runner/work/legado-Harmony/legado-Harmony/entry/src/main/resources/vue
mv dist/* /home/runner/work/legado-Harmony/legado-Harmony/entry/src/main/resources/vue/
- name: push changes
if: ${{ github.event_name != 'pull_request' && github.repository == env.UPSTREAM_REPOSITORY }}
Expand Down

0 comments on commit 1585fdd

Please sign in to comment.