Skip to content

Commit cb967c6

Browse files
authored
Fix release CI (RustPython#5647)
1 parent e21a04c commit cb967c6

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/release.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Set up Windows Environment
5959
shell: bash
6060
run: |
61+
git config --global core.longpaths true
6162
cargo install --target-dir=target -v cargo-vcpkg
6263
cargo vcpkg -v build
6364
if: runner.os == 'Windows'
@@ -93,17 +94,6 @@ jobs:
9394
name: rustpython-installer-msi-${{ runner.os }}-${{ matrix.platform.target }}
9495
path: installer/*.msi
9596

96-
- name: Generate DMG
97-
if: runner.os == 'macOS'
98-
run: cargo packager -f dmg --release -o installer
99-
100-
- name: Upload DMG
101-
if: runner.os == 'macOS'
102-
uses: actions/upload-artifact@v4
103-
with:
104-
name: rustpython-installer-dmg-${{ runner.os }}-${{ matrix.platform.target }}
105-
path: installer/*.dmg
106-
10797
- name: Upload Binary Artifacts
10898
uses: actions/upload-artifact@v4
10999
with:

0 commit comments

Comments
 (0)