List files that make up the windows artifacts

pull/414/head
Andrew Brown 1 year ago
parent 3ef7235f42
commit 6b26d437be
No known key found for this signature in database

@ -128,6 +128,8 @@ jobs:
path: dist path: dist
- name: What does Git see as modified? - name: What does Git see as modified?
run: git diff --stat run: git diff --stat
- name: What files make up the artifacts?
run: find dist
dockerbuild: dockerbuild:
name: Docker Build name: Docker Build

Loading…
Cancel
Save