Skip to content

Commit

Permalink
Merge pull request #182 from os-climate/temp-store-builds
Browse files Browse the repository at this point in the history
Fix: Get artefact storage working
  • Loading branch information
ModeSevenIndustrialSolutions authored Nov 23, 2023
2 parents c751b6b + b83772d commit b1d12ce
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,17 @@ jobs:
- name: "Save dependency graph"
uses: GuillaumeFalourd/[email protected]
command_line: pdm list --graph
output_file_name: metadata/dependency-graph.txt
display_file_content: NO
with:
command_line: pdm list --graph
output_file_name: metadata/dependency-graph.txt
display_file_content: NO

- name: "Save file listing of build directory"
uses: GuillaumeFalourd/[email protected]
command_line: ls -al dist/*
output_file_name: metadata/dist-ls.txt
display_file_content: NO
with:
command_line: ls -al dist/*
output_file_name: metadata/dist-ls.txt
display_file_content: NO

- name: Store the build metadata
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b1d12ce

Please sign in to comment.