Skip to content

Commit

Permalink
Fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeykhliustin committed Apr 30, 2024
1 parent c4fd2bb commit 8d9b2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Archive sources
run: |
tar czvf release.tar.gz Sources BUILD repositories.bzl MODULE.bazel
tar czvf release.tar.gz Sources BUILD.bazel repositories.bzl MODULE.bazel
- name: Calculate SHA256
run: |
Expand Down

0 comments on commit 8d9b2e7

Please sign in to comment.