File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments