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 113999c commit c70145dCopy full SHA for c70145d
.github/workflows/release.yaml
@@ -70,8 +70,8 @@ jobs:
70
fi
71
cargo pgrx package --features pg${{ matrix.pg_version }} --pg-config $PG_CONFIG_PATH
72
73
- - name: Format OS name for release
74
- run: |
+ - name: Format OS name for release
+ run: |
75
LOWERCASE_OS=$(echo ${{ runner.os }} | tr '[:upper:]' '[:lower:]')
76
if [ "$LOWERCASE_OS" = "macos" ]; then
77
LOWERCASE_OS="darwin"
0 commit comments