Skip to content

Commit 5c19d1f

Browse files
authored
Update release.yml
1 parent d8ef96f commit 5c19d1f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,18 @@ jobs:
9696
"version": "$VERSION",
9797
"variants": [
9898
{
99-
"path": "rswift/bin/rswift",
99+
"path": "rswift",
100100
"supportedTriples": ["x86_64-apple-macosx", "arm64-apple-macosx"]
101101
},
102102
]
103103
}
104104
}
105105
}
106106
EOF
107-
108-
zip -r $FILENAME $ARTIFACT_BUNDLE_DIR
107+
108+
pushd $ARTIFACT_BUNDLE_DIR
109+
zip -r $FILENAME .
110+
popd
109111
env:
110112
VERSION: ${{ github.event.release.tag_name }}
111113
ARTIFACT_BUNDLE_DIR: ${{ runner.temp }}/rswift.artifactbundle

0 commit comments

Comments
 (0)