File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ jobs:
4747 - name : Upload Badger Binary Build Artifacts
4848 uses : actions/upload-artifact@v4
4949 with :
50- name : badger-linux-amd64-${{ github.run_id }}-${{ github.job }}-${{ steps.id }}-${{ github.event.inputs.releasetag }}-${{ github.run_number }}-${{ github.run_attempt }}
50+ name : badger-linux-amd64-${{ github.run_id }}-${{ github.job }}
5151 path : |
5252 badger/badger-checksum-linux-amd64.sha256
53- badger/badger-linux-amd64-${{ github.run_id }} .tar.gz
53+ badger/badger-linux-amd64.tar.gz
5454 badger-build-arm64 :
5555 runs-on : warp-ubuntu-latest-arm64-4x
5656 steps :
9393 - name : Upload Badger Binary Build Artifacts
9494 uses : actions/upload-artifact@v4
9595 with :
96- name : badger-linux-arm64-${{ github.run_id }}-${{ github.job }}-${{ steps.id }}-${{ github.event.inputs.releasetag }}-${{ github.run_number }}-${{ github.run_attempt }}
96+ name : badger-linux-arm64-${{ github.run_id }}-${{ github.job }}
9797 path : |
9898 badger/badger-checksum-linux-arm64.sha256
99- badger/badger-linux-arm64-${{ github.run_id }} .tar.gz
99+ badger/badger-linux-arm64.tar.gz
You can’t perform that action at this time.
0 commit comments