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 2d1ded9 commit 52fda8aCopy full SHA for 52fda8a
.github/workflows/bazel_cli_build.yml
@@ -57,7 +57,7 @@ jobs:
57
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
58
uses: actions/upload-artifact@v4
59
with:
60
- name: ${{ env.ARTIFACT_NAME }}
+ name: ${{ env.ARTIFACT_NAME }}.tar.gz
61
path: ${{ env.ARTIFACT_NAME }}.tar.gz
62
- name: Upload to Release
63
if: startsWith(github.ref, 'refs/tags/')
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
106
0 commit comments