Skip to content

Commit

Permalink
chore: remove completions archive from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chaqchase committed Jan 6, 2025
1 parent cbe6400 commit 90bd596
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@ jobs:
run: |
find themes -name "*.toml" -type f | zip themes.zip -@
- name: Create completions archive
run: |
find completions -name "*" -type f | zip completions.zip -@
- name: Generate SHA256 checksums
run: |
cd artifacts
Expand All @@ -216,7 +212,6 @@ jobs:
done
cd ..
sha256sum themes.zip >> SHA256SUMS
sha256sum completions.zip >> SHA256SUMS
- name: Create Release Notes
run: |
Expand Down Expand Up @@ -261,9 +256,6 @@ jobs:
# Upload themes archive
gh release upload "v${{ needs.check_release.outputs.current_version }}" themes.zip --clobber
# Upload completions archive
gh release upload "v${{ needs.check_release.outputs.current_version }}" completions.zip --clobber
# Upload checksums
gh release upload "v${{ needs.check_release.outputs.current_version }}" SHA256SUMS --clobber
Expand Down

0 comments on commit 90bd596

Please sign in to comment.