Fix error in upload-to-s3 job (#1504)
This commit is contained in:
parent
e671a0737e
commit
9cc060c4b0
2
.github/workflows/package_specific.yaml
vendored
2
.github/workflows/package_specific.yaml
vendored
@ -274,7 +274,7 @@ jobs:
|
|||||||
upload-to-s3:
|
upload-to-s3:
|
||||||
# only run upload if we specified version. Allows for runs without upload
|
# only run upload if we specified version. Allows for runs without upload
|
||||||
if: "${{ github.event.inputs.memgraph_version != '' }}"
|
if: "${{ github.event.inputs.memgraph_version != '' }}"
|
||||||
needs: [centos-7, centos-9, debian-10, debian-11, docker, ubuntu-1804, ubuntu-2004, ubuntu-2204, debian-11-platform, fedora-36, amzn-2, debian-11-arm, ubuntu-2204-arm]
|
needs: [amzn-2, centos-7, centos-9, debian-10, debian-11, debian-11-arm, debian-11-platform, docker, fedora-36, ubuntu-18_04, ubuntu-20_04, ubuntu-22_04, ubuntu-22_04-arm]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user