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:
47
47
- name : Upload Badger Binary Build Artifacts
48
48
uses : actions/upload-artifact@v4
49
49
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 }}
51
51
path : |
52
52
badger/badger-checksum-linux-amd64.sha256
53
- badger/badger-linux-amd64-${{ github.run_id }} .tar.gz
53
+ badger/badger-linux-amd64.tar.gz
54
54
badger-build-arm64 :
55
55
runs-on : warp-ubuntu-latest-arm64-4x
56
56
steps :
93
93
- name : Upload Badger Binary Build Artifacts
94
94
uses : actions/upload-artifact@v4
95
95
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 }}
97
97
path : |
98
98
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