Skip to content

Commit

Permalink
测试git action
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Mar 14, 2022
1 parent df023ed commit 4bb37fa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,27 +76,28 @@ jobs:
uses: TheDoctor0/[email protected]
with:
filename: win32-x64.zip
directory: win32-x64
path: win32-x64/*

- name: zip win32-x86
uses: TheDoctor0/[email protected]
with:
filename: win32-x86.zip
directory: win32-x86
path: win32-x86/*
- name: zip linux-x64
uses: TheDoctor0/[email protected]
with:
filename: linux-x64.zip
directory: linux-x64
path: linux-x64/*
- name: zip darwin-x64
uses: TheDoctor0/[email protected]
with:
filename: darwin-x64.zip
directory: darwin-x64
path: darwin-x64/*
- name: zip darwin-arm64
uses: TheDoctor0/[email protected]
with:
filename: darwin-arm64.zip
directory: darwin-arm64
path: darwin-arm64/*
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 4bb37fa

Please sign in to comment.