We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11c962 commit 61b0813Copy full SHA for 61b0813
.github/workflows/test-upload-build-sha.yml
@@ -10,11 +10,12 @@ jobs:
10
name: Upload the Build Shaw
11
runs-on: ubuntu-20.04
12
steps:
13
- - run: echo ${{ github.sha }} > sha.txt
14
- - name: Upload Shaw File To Release
15
- uses: svenstaro/upload-release-action@v2
16
- with:
17
- file: sha.txt
18
- tag: v1.2.1-0
19
- repo_name: brimdata/zui-insiders
20
- repo_token: ${{ secrets.PAT_TOKEN }}
+ - run: '[[ ${{github.sha}} == $(curl -L https://github.com/brimdata/zui-insiders/releases/download/v1.2.1-0/sha.txt) ]]'
+ # - run: echo ${{ github.sha }} > sha.txt
+ # - name: Upload Sha File To Release
+ # uses: svenstaro/upload-release-action@v2
+ # with:
+ # file: sha.txt
+ # tag: v1.2.1-0
+ # repo_name: brimdata/zui-insiders
21
+ # repo_token: ${{ secrets.PAT_TOKEN }}
0 commit comments