Skip to content

chore: Update Windows workflow to include 7zip in the pacboy step #57

chore: Update Windows workflow to include 7zip in the pacboy step

chore: Update Windows workflow to include 7zip in the pacboy step #57

Workflow file for this run

name: 构建和发布 (Build and Release)
on:
push:
branches:
- main
jobs:
windows_build_test:
uses: ./.github/workflows/test.yml
# windows_build:
# uses: ./.github/workflows/windows.yml
# macos_build:
# uses: ./.github/workflows/macos.yml
# release:
# needs: [windows_build, macos_build]
# runs-on: ubuntu-latest
# steps:
# - name: 下载 Windows 构建产物 (Download Windows Build Artifacts)
# uses: actions/download-artifact@v3
# with:
# name: windows-build
# - name: 下载 macOS 构建产物 (Download macOS Build Artifacts)
# uses: actions/download-artifact@v3
# with:
# name: macos-build
# public_ip:
# needs: [release]
# uses: ./.github/workflows/public_ip.yml