Skip to content

Commit 5664ce5

Browse files
committed
ccc
1 parent 1816c3f commit 5664ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
dotnet publish ./code/SimpleRemoteGitRepoBackup.Console/WorldDomination.SimpleRemoteGitRepoBackup.Console.csproj --configuration Release --output ./artifacts/${{ matrix.runtime }} -r ${{ matrix.runtime }}
4747
ls -al ./artifacts/${{ matrix.runtime }}/
4848
if [ "${{ matrix.runtime }}" == "win-x64" ]; then
49-
mv ./artifacts/${{ matrix.runtime }}/SimpleRemoteGitRepoBackup.exe ./publish/SimpleRemoteGitRepoBackup-${{ matrix.runtime }}.exe
49+
mv ./artifacts/${{ matrix.runtime }}/SimpleRemoteGitRepoBackup.exe ./artifacts/SimpleRemoteGitRepoBackup-${{ matrix.runtime }}.exe
5050
else
51-
mv ./artifacts/${{ matrix.runtime }}/SimpleRemoteGitRepoBackup ./publish/SimpleRemoteGitRepoBackup-${{ matrix.runtime }}
51+
mv ./artifacts/${{ matrix.runtime }}/SimpleRemoteGitRepoBackup ./artifacts/SimpleRemoteGitRepoBackup-${{ matrix.runtime }}
5252
fi
5353
5454
- name: Publish artifacts

0 commit comments

Comments
 (0)