Skip to content

Commit

Permalink
优化:github 同时打包冲突问题
Browse files Browse the repository at this point in the history
  • Loading branch information
modstart committed Nov 23, 2024
1 parent 52510a3 commit 05d1bea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,23 @@ jobs:
dist-release/*.deb:linkandroid/linkandroid-${{ env.DIST_FILE_NAME }}/
- name: Upload Artifact Windows
if: runner.os == 'Windows'
uses: actions/upload-artifact@v4
with:
name: windows-artifact
path: |
dist-release/*.exe
- name: Upload Artifact Macos
if: runner.os == 'macOS'
uses: actions/upload-artifact@v4
with:
name: macos-artifact
path: |
dist-release/*.dmg
- name: Upload Artifact Linux
if: runner.os == 'Linux'
uses: actions/upload-artifact@v4
with:
name: linux-artifact
Expand Down

0 comments on commit 05d1bea

Please sign in to comment.