Skip to content

Commit

Permalink
fix: update release pipeline to generate proper checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiiakozlova245 committed Feb 1, 2024
1 parent 8a7630a commit 099f6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
steps:
- name: Download artifacts
run: |
curl -L --output test-goreleaser-$(echo $TAG | sed s/v//).tar.gz \
curl -L --output tofuenv-$(echo $TAG | sed s/v//).tar.gz \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer $GITHUB_TOKEN" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://github.com/$GITHUB_REPOSITORY/archive/refs/tags/$TAG.tar.gz
curl -L --output test-goreleaser-$(echo $TAG | sed s/v//).zip \
curl -L --output tofuenv-$(echo $TAG | sed s/v//).zip \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer $GITHUB_TOKEN" \
-H "X-GitHub-Api-Version: 2022-11-28" \
Expand Down

0 comments on commit 099f6ca

Please sign in to comment.