From f30818650f71278fb04a3159948951b8e7ab2834 Mon Sep 17 00:00:00 2001 From: WindowsMEMZ <45706356+WindowsMEMZ@users.noreply.github.com> Date: Sun, 19 Nov 2023 06:07:33 +0800 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index c75273d..8403c90 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -23,9 +23,9 @@ jobs: - name: Archive env: - deOs: ${{ matrix.configuration }} - run: xcodebuild archive -scheme DarockKit -destination "generic/platform=$env:deOs" -archivePath "./DarockKit-$env:deOs" - + deOs: ${{ matrix.configuration }} + run: xcodebuild archive -scheme DarockKit -destination "generic/platform=${{ env.deOs }}" -archivePath "./DarockKit-${{ env.deOs }}" + - name: Upload Archive uses: actions/upload-artifact@v3 with: