✨ mac命令行默认打通用包
This commit is contained in:
18
.github/workflows/pake_build.yaml
vendored
18
.github/workflows/pake_build.yaml
vendored
@@ -66,24 +66,6 @@ jobs:
|
||||
run: |
|
||||
npm run build:all-windows
|
||||
|
||||
# - name: Create Release and Upload Release Asset
|
||||
# uses: softprops/action-gh-release@v1
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
# with:
|
||||
# tag_name: ${{ github.ref }}
|
||||
# name: Release ${{ github.ref }}
|
||||
# body: TODO New Release.
|
||||
# draft: false
|
||||
# prerelease: false
|
||||
# files: |
|
||||
# output/*/*.*
|
||||
|
||||
# - uses: ncipollo/release-action@v1
|
||||
# if: startsWith(github.ref, 'refs/tags/v')
|
||||
# with:
|
||||
# allowUpdates: true
|
||||
# artifacts: "output/*/*.*"
|
||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Upload files
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user