diff --git a/.github/workflows/use-reuseble-file.yml b/.github/workflows/use-reuseble-file.yml index 1baacad..c123033 100644 --- a/.github/workflows/use-reuseble-file.yml +++ b/.github/workflows/use-reuseble-file.yml @@ -70,6 +70,9 @@ jobs: needs: build # This job reuses another workflow defined in the file at the specified path uses: ./.github/workflows/reuseble.yml + with: + # The "artifact-name" parameter is set to the value "dist-files" + artifact-name: dist-files report: needs: [lint, deploy] if: failure()