Skip to content

Commit

Permalink
Fix mage artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBarisic committed Nov 27, 2023
1 parent bf97070 commit f8241ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-builds-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ jobs:
- name: "Download mage package"
uses: actions/download-artifact@v3
with:
name: mage_${{ env.TARGET_OS }}.tar.gz
name: mage_${{ env.ARCHITECTURE }}.tar.gz

- name: "Build memgraph platform"
run: |
mv memgraph_*.deb memgraph_${{ env.TARGET_OS }}.deb
docker load < mage_${{ env.TARGET_OS }}.tar.gz
docker load < mage_${{ env.ARCHITECTURE }}.tar.gz
./scripts/docker_image_platform.sh build \
memgraph_${{ env.TARGET_OS }}.deb \
memgraph-platform_${{ env.ARCHITECTURE }} \
Expand Down

0 comments on commit f8241ff

Please sign in to comment.