Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/perl-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- name: Generate new cpanfile and cpanfile.snapshot
run: docker build -t bmo-cpanfile -f Dockerfile.cpanfile .
- name: Copy the new cpanfile and cpanfile.snapshot from image
run: docker run -it -v $(pwd)/build_info:/app/result bmo-cpanfile cp cpanfile cpanfile.snapshot /app/result
run: |
docker run -v $(pwd):/app/result bmo-cpanfile cp cpanfile cpanfile.snapshot /app/result
cp cpanfile cpanfile.snapshot build_info
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down