Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed May 30, 2024
1 parent 0589fc6 commit bd10fc7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Release
uses: ./.github/actions/build_linux
with:
Expand All @@ -186,6 +188,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Release
uses: ./.github/actions/build_linux
with:
Expand All @@ -209,6 +213,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Release
uses: ./.github/actions/build_linux
with:
Expand Down

0 comments on commit bd10fc7

Please sign in to comment.