Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LokerL committed Aug 7, 2022
1 parent 8cda1eb commit dcfa461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- "Dockerfile"
- ".gitignore"
- ".github/**"
- "!.github/workflows/build.yml"
- "!.github/workflows/main.yml"
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -47,5 +47,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: vue-tts
path: release/1.5.0/*exe
path: release/*/*.exe
retention-days: 30

0 comments on commit dcfa461

Please sign in to comment.