Skip to content

Commit 9365812

Browse files
committed
eee
1 parent 591012a commit 9365812

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ 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 ./artifacts/SimpleRemoteGitRepoBackup.${{ env.RELEASE_VERSION }}.${{ matrix.runtime }}.exe
49+
mv ./artifacts/${{ matrix.runtime }}/SimpleRemoteGitRepoBackup.exe ./artifacts/${{ matrix.runtime }}/SimpleRemoteGitRepoBackup.${{ env.RELEASE_VERSION }}.${{ matrix.runtime }}.exe
5050
else
51-
mv ./artifacts/${{ matrix.runtime }}/SimpleRemoteGitRepoBackup ./artifacts/SimpleRemoteGitRepoBackup.${{ env.RELEASE_VERSION }}.${{ matrix.runtime }}
51+
mv ./artifacts/${{ matrix.runtime }}/SimpleRemoteGitRepoBackup ./artifacts/${{ matrix.runtime }}/SimpleRemoteGitRepoBackup.${{ env.RELEASE_VERSION }}.${{ matrix.runtime }}
5252
fi
53+
ls -al ./artifacts/${{ matrix.runtime }}/
5354
5455
- name: Publish artifacts
5556
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)