Skip to content

Commit

Permalink
Fix stupid copy paste error in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Apr 25, 2020
1 parent f18a260 commit 8cdcb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Store artifact
uses: actions/upload-artifact@v1
with:
name: rswift-${{ github.event.release.upload_url }}
name: rswift-${{ github.event.release.tag_name }}
path: .build/release/rswift

publish-to-cocoapods:
Expand Down

0 comments on commit 8cdcb43

Please sign in to comment.