We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21a04c commit cb967c6Copy full SHA for cb967c6
.github/workflows/release.yml
@@ -58,6 +58,7 @@ jobs:
58
- name: Set up Windows Environment
59
shell: bash
60
run: |
61
+ git config --global core.longpaths true
62
cargo install --target-dir=target -v cargo-vcpkg
63
cargo vcpkg -v build
64
if: runner.os == 'Windows'
@@ -93,17 +94,6 @@ jobs:
93
94
name: rustpython-installer-msi-${{ runner.os }}-${{ matrix.platform.target }}
95
path: installer/*.msi
96
- - name: Generate DMG
97
- if: runner.os == 'macOS'
98
- run: cargo packager -f dmg --release -o installer
99
-
100
- - name: Upload DMG
101
102
- uses: actions/upload-artifact@v4
103
- with:
104
- name: rustpython-installer-dmg-${{ runner.os }}-${{ matrix.platform.target }}
105
- path: installer/*.dmg
106
107
- name: Upload Binary Artifacts
108
uses: actions/upload-artifact@v4
109
with:
0 commit comments