Skip to content

Commit 2f80980

Browse files
committed
cubestore artifact name change
1 parent fe80417 commit 2f80980

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
- name: 'Upload cubestored-x86_64-unknown-linux-gnu-release artifact'
275275
uses: actions/upload-artifact@v4
276276
with:
277-
name: cubestored-x86_64-unknown-linux-gnu-release
277+
name: cubestored-df46-x86_64-unknown-linux-gnu-release
278278
path: ./rust/cubestore/target/release/cubestored
279279
retention-days: 5
280280

@@ -389,7 +389,7 @@ jobs:
389389
uses: actions/download-artifact@v4
390390
with:
391391
path: ./rust/cubestore/target/release/
392-
name: cubestored-x86_64-unknown-linux-gnu-release
392+
name: cubestored-df46-x86_64-unknown-linux-gnu-release
393393
- name: Run Cube Store in background
394394
run: |
395395
chmod +x ./rust/cubestore/target/release/cubestored
@@ -596,7 +596,7 @@ jobs:
596596
uses: actions/download-artifact@v4
597597
with:
598598
path: rust/cubestore/downloaded/latest/bin/
599-
name: cubestored-x86_64-unknown-linux-gnu-release
599+
name: cubestored-df46-x86_64-unknown-linux-gnu-release
600600
- name: Chmod +x for cubestored
601601
run: |
602602
chmod +x ./rust/cubestore/downloaded/latest/bin/cubestored

0 commit comments

Comments
 (0)