Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Oct 21, 2024
1 parent 471a864 commit fc94290
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: upgrade the packages
run: apt-get update && apt-get upgrade -y && apt-get install -y git
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build
run: .github/workflows/pack-debian.sh
- name: upload the assets
Expand All @@ -30,7 +30,9 @@ jobs:
GH_REPO: ${{ github.repository }}
GH_REF: ${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0 # for `git describe --tags`
- uses: msys2/setup-msys2@v2
name: Init MSYS2/MINGW64 environment
with:
Expand Down

0 comments on commit fc94290

Please sign in to comment.