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 0afeb63 commit 09b6af5Copy full SHA for 09b6af5
1 file changed
.github/workflows/release-prebuilt-libs.yml
@@ -153,7 +153,7 @@ jobs:
153
tar -xzf dist/libpostal-linux-arm64.tar.gz -C postalkit/libs/linux-arm64
154
tar -xzf dist/libpostal-macos-x64.tar.gz -C postalkit/libs/macos-x64
155
tar -xzf dist/libpostal-macos-arm64.tar.gz -C postalkit/libs/macos-arm64
156
- unzip dist/libpostal-windows-x64.zip -d postalkit/libs/windows-x64
+ unzip -o dist/libpostal-windows-x64.zip -d postalkit/libs/windows-x64
157
158
# 3. Push to main branch
159
git config --local user.name "github-actions[bot]"
0 commit comments