Skip to content

Commit

Permalink
fix gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
JinBridger committed Mar 4, 2024
1 parent 1c1850e commit f785e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bigdl-build-portable-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Generate GPG Sign
shell: bash
run: |
gpg --armor --detach-sign bigdl-llm-portable.zip
gpg --no-tty --armor --detach-sign bigdl-llm-portable.zip
- uses: actions/upload-artifact@v4
with:
name: bigdl-llm-portable-gpg-sign
Expand Down

0 comments on commit f785e17

Please sign in to comment.