Skip to content

Commit

Permalink
Add ls to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Jan 25, 2024
1 parent e12f58a commit 0367861
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,16 @@ jobs:
with:
name: english-data
path: english/data
- name: Display structure of data files
run: ls -R english/data
- name: Retrieve formatted artifacts
uses: actions/download-artifact@v4
with:
pattern: english-output-*
merge-multiple: true
path: english/output
- name: Display structure of output files
run: ls -R english/output
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 0367861

Please sign in to comment.