Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
schuer committed Dec 10, 2023
1 parent 722bbac commit 65f8218
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -31,12 +31,11 @@ jobs:
- name: Collect images from directories
id: images
run: |
sudo apt update && sudo apt install -y tree jq
cd images
echo "directories=$(tree -J -d -L 1 | jq -c '.[0].contents | map(.name)')" >> $GITHUB_OUTPUT
publish:
name: Publish images
name: Publish
runs-on: ubuntu-latest
needs: [collect]

0 comments on commit 65f8218

Please sign in to comment.