Skip to content

Commit

Permalink
GH-21: Workflow experimets
Browse files Browse the repository at this point in the history
  • Loading branch information
negrutiu committed Jun 8, 2024
1 parent d0fdb42 commit 15409c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ jobs:
pattern: versions
merge-multiple: true

- name: Investigate versions.json
shell: bash
run: |
find artifacts/ -ls
cat artifacts/versions.json
- name: Read versions.json
id: versions
shell: python
Expand Down

0 comments on commit 15409c0

Please sign in to comment.