We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08ab9be + 9fd1991 commit 28b3150Copy full SHA for 28b3150
1 file changed
.github/workflows/publish.yaml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/checkout@v4
17
- name: Set up Swift
18
uses: swift-actions/setup-swift@v2
19
+ with:
20
+ swift-version: "6"
21
- name: Build
22
run: swift build --configuration release
23
- name: Archive binary
0 commit comments