Skip to content

Commit

Permalink
Correct artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Jun 15, 2021
1 parent 8c398e1 commit 83b3ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: framework.zip
name: framework
path: |
carthage-files/build/Branch.zip
carthage-files/build/checksum
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: static-framework.zip
name: static-framework
path: |
carthage-files/build/Branch_static.zip
carthage-files/build/checksum_static
Expand Down

0 comments on commit 83b3ff6

Please sign in to comment.