We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4e533 commit fbe5e0dCopy full SHA for fbe5e0d
.github/workflows/powershell-script-module-release.yml
@@ -46,7 +46,11 @@ jobs:
46
- name: Restore build artifacts
47
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 #v7.0.0
48
with:
49
- name: build
+ name: build-v${{ inputs['release-version'] }}
50
+ path: build
51
+
52
+ - name: Display structure of downloaded files
53
+ run: ls -R build
54
55
- name: Generate release notes
56
shell: pwsh
0 commit comments