Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Nov 18, 2023
1 parent b3b5148 commit f308186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f308186

Please sign in to comment.