Skip to content

Commit f753082

Browse files
authored
require build step + list all files
1 parent ef73a26 commit f753082

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
path: dist
2727
list-files:
2828
runs-on: ubuntu-latest
29+
needs: build
2930
outputs:
3031
paths: ${{ steps.list-files.outputs.paths }}
3132
steps:
@@ -36,7 +37,7 @@ jobs:
3637
repo: ${{ github.repository }}
3738
ref: ${{ github.ref }}
3839
path: "."
39-
ext: ".yml"
40+
ext: ".*"
4041
Test:
4142
needs: list-files
4243
strategy:

0 commit comments

Comments
 (0)