From d9a83b210aa6e5068b8b62883912096d390e5c2d Mon Sep 17 00:00:00 2001 From: bkrmendy Date: Fri, 9 Feb 2024 10:18:06 +0100 Subject: [PATCH] filename in architecture v2 --- .github/workflows/releases.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index b992010..9f6bfb6 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -21,12 +21,12 @@ jobs: working-directory: ${{ github.workspace }} run: | cp .\target\release\timeline.dll .\timeline\timeline.dll - Compress-Archive .\timeline\ timeline.zip -u + Compress-Archive .\timeline\ timeline-win-x86_64.zip -u - name: Upload Archive uses: actions/upload-artifact@v3 with: name: timeline-win-x86_64 - path: timeline.zip + path: timeline-win-x86_64.zip compression-level: 0 build-macos: @@ -41,12 +41,12 @@ jobs: working-directory: ${{ github.workspace }} run: | cp ./target/release/libtimeline.dylib ./timeline/libtimeline.dylib - zip -r timeline.zip ./timeline + zip -r timeline-macos-x86_64.zip ./timeline - name: Upload Archive uses: actions/upload-artifact@v3 with: name: timeline-macos-x86_64 - path: timeline.zip + path: timeline-macos-x86_64.zip compression-level: 0 do-release: