Skip to content

Commit

Permalink
Merge pull request #5894 from tharindu-nw/rel-artifacts-fix
Browse files Browse the repository at this point in the history
Copy .deb artifact for devcontainer build
  • Loading branch information
chiranSachintha authored Dec 11, 2024
2 parents f999151 + 0e38e3d commit ff59a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,11 @@ jobs:
DOCKER_REPO='module-ballerina-docker'
echo "::set-output name=dockerRepo::$DOCKER_REPO"
- name: Copy zip artifact
- name: Copy artifacts to Docker repo
run: |
DOCKER_REPO=${{ steps.process-docker.outputs.dockerRepo }}
cp $VERSION/ballerina-$VERSION.zip $DOCKER_REPO/base/docker/
cp $VERSION/ballerina-$LONG_VERSION-linux-x64.deb $DOCKER_REPO/base/devcontainer/
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit ff59a2c

Please sign in to comment.