From b0df901fcc8583f4d92755507e11e1f4d433b3ad Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Wed, 27 Dec 2023 21:57:40 +0100 Subject: [PATCH] ci: rename lan-mouse.zip to lan-mouse-windows.zip --- .github/workflows/pre-release.yml | 12 ++++++------ .github/workflows/tagged-release.yml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 1bc0483..d029b91 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -67,15 +67,15 @@ jobs: run: cargo build --release - name: Create Archive run: | - mkdir "lan-mouse" - Get-Childitem -Path "C:\\gtk-build\\gtk\\x64\\release\\bin\\*.dll" -File -Recurse | Copy-Item -Destination "lan-mouse" - Copy-Item -Path "target\release\lan-mouse.exe" -Destination "lan-mouse" - Compress-Archive -Path "lan-mouse\*" -DestinationPath lan-mouse.zip + mkdir "lan-mouse-windows" + Get-Childitem -Path "C:\\gtk-build\\gtk\\x64\\release\\bin\\*.dll" -File -Recurse | Copy-Item -Destination "lan-mouse-windows" + Copy-Item -Path "target\release\lan-mouse.exe" -Destination "lan-mouse-windows" + Compress-Archive -Path "lan-mouse-windows\*" -DestinationPath lan-mouse-windows.zip - name: Upload build artifact uses: actions/upload-artifact@v3 with: name: lan-mouse-windows - path: lan-mouse.zip + path: lan-mouse-windows.zip macos-release-build: runs-on: macos-latest @@ -110,4 +110,4 @@ jobs: files: | lan-mouse-linux/lan-mouse lan-mouse-macos/lan-mouse-macos-intel - lan-mouse-windows/lan-mouse.zip + lan-mouse-windows/lan-mouse-windows.zip diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 48252fb..ae45067 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -63,15 +63,15 @@ jobs: run: cargo build --release - name: Create Archive run: | - mkdir "lan-mouse" - Get-Childitem -Path "C:\\gtk-build\\gtk\\x64\\release\\bin\\*.dll" -File -Recurse | Copy-Item -Destination "lan-mouse" - Copy-Item -Path "target\release\lan-mouse.exe" -Destination "lan-mouse" - Compress-Archive -Path "lan-mouse\*" -DestinationPath lan-mouse.zip + mkdir "lan-mouse-windows" + Get-Childitem -Path "C:\\gtk-build\\gtk\\x64\\release\\bin\\*.dll" -File -Recurse | Copy-Item -Destination "lan-mouse-windows" + Copy-Item -Path "target\release\lan-mouse.exe" -Destination "lan-mouse-windows" + Compress-Archive -Path "lan-mouse-windows\*" -DestinationPath lan-mouse-windows.zip - name: Upload build artifact uses: actions/upload-artifact@v3 with: name: lan-mouse-windows - path: lan-mouse.zip + path: lan-mouse-windows.zip macos-release-build: runs-on: macos-latest @@ -104,4 +104,4 @@ jobs: files: | lan-mouse-linux/lan-mouse lan-mouse-macos/lan-mouse-macos-intel - lan-mouse-windows/lan-mouse.zip + lan-mouse-windows/lan-mouse-windows.zip