Skip to content

Commit

Permalink
chore: Update download-artifact action to version 3 in main.yml and w…
Browse files Browse the repository at this point in the history
…indows.yml
  • Loading branch information
suifei committed May 25, 2024
1 parent 8d4d945 commit 7bd345f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,3 @@ jobs:

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-mingw64-build
path: ./release/windows-mingw64

- name: 下载 macOS 构建产物 (Download macOS Build Artifacts)
uses: actions/download-artifact@v3
with:
name: macos-build
path: ./release/macos

0 comments on commit 7bd345f

Please sign in to comment.