File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8686 - name : Rename artifacts for release
8787 shell : pwsh
8888 run : |
89- Copy-Item -Path "artifacts\x86\Memory.dll" -Destination "artifacts\x86\Memory-x86.dll" -Force
90- Copy-Item -Path "artifacts\x64\Memory.dll" -Destination "artifacts\x64\Memory-x64.dll" -Force
89+ Copy-Item -Path "./ artifacts\x86\Memory.dll" -Destination "./ artifacts\x86\Memory-x86.dll" -Force
90+ Copy-Item -Path "./ artifacts\x64\Memory.dll" -Destination "./ artifacts\x64\Memory-x64.dll" -Force
9191
9292 - name : List all artifacts
9393 run : |
@@ -110,7 +110,7 @@ jobs:
110110 draft : false
111111 prerelease : false
112112 files : |
113- artifacts\x86\Memory-x86.dll
114- artifacts\x64\Memory-x64.dll
113+ ./ artifacts\x86\Memory-x86.dll
114+ ./ artifacts\x64\Memory-x64.dll
115115 env :
116116 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments