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 22be1be commit ec32618Copy full SHA for ec32618
.github/workflows/publishToGallery.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build
25
shell: pwsh
26
run: |
27
- Copy-Item -Path "$env:GITHUB_WORKSPACE\LICENSE" -Destination "$env:GITHUB_WORKSPACE\Module\CosmosLite\LICENSE.txt" -Force
+ Copy-Item -Path "$env:GITHUB_WORKSPACE\LICENSE" -Destination "$env:GITHUB_WORKSPACE\Module\ExoHelper\LICENSE.txt" -Force
28
29
- name: Install prerequisites
30
0 commit comments