We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22357d commit 930ddbeCopy full SHA for 930ddbe
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
codesign --force --options runtime --sign 'Developer ID Application: Mathijs Kadijk (5Z49PA849J)' .build/apple/Products/Release/rswift
48
- name: Store build artifact
49
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
50
with:
51
name: rswift-${{ github.event.release.tag_name }}
52
path: .build/apple/Products/Release/rswift
0 commit comments