Skip to content

Commit

Permalink
Troubleshooting publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vreguibar committed Feb 15, 2024
1 parent 8a6b529 commit 84b290e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 84b290e

Please sign in to comment.