Skip to content

Commit 3e14de1

Browse files
committed
bump to v20251123
- improved simple-entry.sh - change release-tool and fix the usage
1 parent 0c21c2e commit 3e14de1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/shell.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Upload binaries to release
4141
uses: svenstaro/upload-release-action@v2
42-
if: startsWith(github.ref, 'refs/tags/v') && false
42+
if: startsWith(github.ref, 'refs/tags/v') }} && false
4343
with:
4444
repo_token: ${{ secrets.GITHUB_TOKEN }}
4545
file: ./bash.sh
@@ -86,5 +86,6 @@ jobs:
8686
# build/*-*${{ matrix.config.build_type }}*-*.*
8787
# files: |
8888
# build/packages/*${{ matrix.config.artifact }}
89+
8990
files: |
9091
./bash.sh

0 commit comments

Comments
 (0)