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 a32906e commit 869d1d0Copy full SHA for 869d1d0
.github/workflows/examples.yml
@@ -112,7 +112,7 @@ jobs:
112
pushd Examples/${EXAMPLE}
113
114
# package the example (docker and swift toolchain are installed on the GH runner)
115
- echo yes | swift package archive --allow-network-connection docker
+ echo yes | swift package archive --allow-network-connections docker
116
117
# did the plugin generated a Linux binary?
118
[ -f ${OUTPUT_FILE} ]
0 commit comments