ci: Fix Linux CI Script

This commit is contained in:
MystiPanda
2023-12-07 15:57:53 +08:00
Unverified
parent 1fcc74c658
commit 2292b107dc
7 changed files with 9 additions and 91 deletions

View File

@@ -115,7 +115,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install jq
echo "VERSION=$(cat package.json | jq '.version')" >> $GITHUB_ENV
echo "VERSION=$(cat package.json | jq '.version' | tr -d '"')" >> $GITHUB_ENV
- name: Upload Release
if: startsWith(matrix.target, 'x86_64')
uses: softprops/action-gh-release@v1