Skip to content

Commit

Permalink
chore(ci): Fix test build workflow update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Jan 31, 2024
1 parent cd027ca commit 646ee09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Upload MacOS artifacts
uses: actions/upload-artifact@v3
with:
name: tsdm_client-windows-tarball
name: tsdm_client-macos-tarball
path: build/tsdm_client-universal.dmg
- name: Build iOS ipa
run: |
Expand All @@ -134,5 +134,5 @@ jobs:
- name: Upload iOS artifacts
uses: actions/upload-artifact@v3
with:
name: tsdm_client-windows-tarball
name: tsdm_client-ios-tarball
path: tsdm_client.ipa

0 comments on commit 646ee09

Please sign in to comment.