We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a254b commit 0d6da54Copy full SHA for 0d6da54
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Upload release
32
uses: softprops/action-gh-release@v1
33
with:
34
- files: slamdev_rules_helm-v${{ env.RELEASE_VERSION }}.tar.gz
+ files: bazel-bin/slamdev_rules_helm-v${{ env.RELEASE_VERSION }}.tar.gz
35
fail_on_unmatched_files: true
36
body: |
37
```starlark
0 commit comments