diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 2826142..4e7796e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -105,7 +105,7 @@ jobs: path: ./Output/${{ env.MODULE_NAME }}/${{ env.BUILD_NUMBER }}/ # Saving the powershell module artifact to the path - name: List Module Directory - run: ls -R ./Output/ || true + run: ls -R . || true @@ -166,7 +166,7 @@ jobs: #path: ./Artifact/ # Downloads the module to the path ./Artifact/ - name: List Module Directory - run: ls -R ./ || true + run: ls -R . || true # Create a release to github - name: Create Release