Skip to content

Commit 917e38e

Browse files
committed
Update release.yml
1 parent b622e32 commit 917e38e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)