Skip to content

Commit

Permalink
chore: add zst tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 23, 2024
1 parent 5238124 commit 2a4d0bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
path: |
dist/mise-*.tar.xz
dist/mise-*.tar.gz
dist/mise-*.tar.zstd
if-no-files-found: error
- uses: taiki-e/install-action@v2
with: { tool: cargo-cache }
Expand Down Expand Up @@ -153,7 +154,7 @@ jobs:
- uses: taiki-e/install-action@v2
with:
tool: usage-cli
- run: tar -C "$HOME" -xvJf "dist/mise-$(./scripts/get-version.sh)-linux-x64.tar.xz"
- run: tar -C "$HOME" -xvJf "dist/mise-$(./scripts/get-version.sh)-linux-x64.tar.zstd"
- run: echo "$HOME/mise/bin" >> "$GITHUB_PATH"
- run: mise -v
- run: mise x wait-for-gh-rate-limit -- wait-for-gh-rate-limit
Expand Down Expand Up @@ -266,6 +267,7 @@ jobs:
pattern: |
mise-v*.tar.gz
mise-v*.tar.xz
mise-v*.tar.zstd
mise-v*.zip
merge-multiple: true
- run: echo "${{ secrets.MINISIGN_KEY }}" >minisign.key
Expand Down

0 comments on commit 2a4d0bf

Please sign in to comment.