Skip to content

Commit 470bb10

Browse files
committed
Fix wrong artifact name
1 parent 9b00661 commit 470bb10

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Store artifact
3939
uses: actions/upload-artifact@v1
4040
with:
41-
name: rswift-${{ github.ref }}
41+
name: rswift-${{ github.event.release.upload_url }}
4242
path: .build/release/rswift
4343

4444
- name: Publish to Cocoapods

0 commit comments

Comments
 (0)