Skip to content

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
xlyric committed Nov 22, 2024
1 parent 76bdfa0 commit cb0ba23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: List Git tags
run: git tag -l
- name: "Download built files"
uses: actions/[email protected]
with:
Expand Down

0 comments on commit cb0ba23

Please sign in to comment.