Skip to content

Commit 0d6da54

Browse files
committed
fix release process
1 parent 44a254b commit 0d6da54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Upload release
3232
uses: softprops/action-gh-release@v1
3333
with:
34-
files: slamdev_rules_helm-v${{ env.RELEASE_VERSION }}.tar.gz
34+
files: bazel-bin/slamdev_rules_helm-v${{ env.RELEASE_VERSION }}.tar.gz
3535
fail_on_unmatched_files: true
3636
body: |
3737
```starlark

0 commit comments

Comments
 (0)