Skip to content

Commit

Permalink
merge multiple so artifacts are in same directory
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 1, 2024
1 parent 3d667d2 commit 6a7f87a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,11 @@ jobs:
with:
path: /tmp/digests
pattern: "digests-${{ matrix.config.arch }}*"
merge-multiple: true

- name: Run R CMD check
run: |
digest=$(ls /tmp/digests)
digest2=$(cat /tmp/digests/digests-amd64)
echo $digest
echo $digest2
docker run --rm -v $(pwd):/workspace -w /workspace ${{ env.DOCKER_IMAGE }}@sha256:$digest R CMD check .
merge:
Expand Down

0 comments on commit 6a7f87a

Please sign in to comment.