Skip to content

Commit

Permalink
🧱 Update WinGet releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Dec 17, 2024
1 parent 5989192 commit 9294f8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ jobs:
- run: >
set -e &&
echo "${SHA256} *komac.tar.gz" > shasum &&
curl -fSsL https://github.com/russellbanks/Komac/releases/download/v2.3.0/komac-2.3.0-x86_64-unknown-linux-gnu.tar.gz -o komac.tar.gz &&
curl -fSsL https://github.com/russellbanks/Komac/releases/download/v2.8.0/komac-2.8.0-x86_64-unknown-linux-gnu.tar.gz -o komac.tar.gz &&
sha256sum --check --status shasum &&
tar -xzf komac.tar.gz && chmod +x komac
env:
SHA256: 84eaa5e5344c8b1ffbab9cb78d388310d617a84727a7c3be3c562c8d663d51c4
SHA256: 74de450eefa8a460b5bd17d283183253cd7bf12ee07f64ae21eb2260f69bba1b
- run: |
export VERSION=${{ github.event.release.name }}
./komac update \
'JetBrains.QodanaCLI' \
--version $(echo "$VERSION" | sed 's/^v//') \
--urls https://github.com/JetBrains/qodana-cli/releases/download/$VERSION/qodana_windows_arm64.exe https://github.com/JetBrains/qodana-cli/releases/download/$VERSION/qodana_windows_x86_64.exe \
--urls https://github.com/JetBrains/qodana-cli/releases/download/v$VERSION/qodana_windows_arm64.zip https://github.com/JetBrains/qodana-cli/releases/download/v$VERSION/qodana_windows_x86_64.zip \
--submit
env:
GITHUB_TOKEN: ${{ secrets.WINGET_GH_PAT_TOKEN }}

0 comments on commit 9294f8d

Please sign in to comment.