Skip to content

Commit 8cdcb43

Browse files
committed
Fix stupid copy paste error in release workflow
1 parent f18a260 commit 8cdcb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Store artifact
3838
uses: actions/upload-artifact@v1
3939
with:
40-
name: rswift-${{ github.event.release.upload_url }}
40+
name: rswift-${{ github.event.release.tag_name }}
4141
path: .build/release/rswift
4242

4343
publish-to-cocoapods:

0 commit comments

Comments
 (0)