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 9cf1e18 commit 72ad93b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release assets
on:
release:
types: [created]
push:
# push:

jobs:
debian-bullseye:
Expand Down Expand Up @@ -31,8 +31,8 @@ jobs:
GH_REF: ${{ github.ref }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # for `git describe --tags`
# with:
# fetch-depth: 0 # for on-push + `git describe --tags`
- uses: msys2/setup-msys2@v2
name: Init MSYS2/MINGW64 environment
with:
Expand Down

0 comments on commit 72ad93b

Please sign in to comment.