We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b00661 commit 470bb10Copy full SHA for 470bb10
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Store artifact
39
uses: actions/upload-artifact@v1
40
with:
41
- name: rswift-${{ github.ref }}
+ name: rswift-${{ github.event.release.upload_url }}
42
path: .build/release/rswift
43
44
- name: Publish to Cocoapods
0 commit comments