Skip to content

Commit

Permalink
update 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwentaidi committed Dec 27, 2024
1 parent e6d4f42 commit 5561a85
Show file tree
Hide file tree
Showing 61 changed files with 1,332 additions and 707 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@ jobs:

- name: Upload Artifacts macOS
if: matrix.platform == 'macos-latest'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Slack-macos-${{ matrix.arch }}
path: build/bin/*

- name: Upload Artifacts Windows
if: matrix.platform == 'windows-latest' && matrix.arch == 'amd64'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Slack-windows-amd64
path: build/bin/*

- name: Upload Artifacts Linux
if: matrix.platform == 'ubuntu-latest' && matrix.arch == 'amd64'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Slack-linux-amd64
path: build/bin/*
Loading

0 comments on commit 5561a85

Please sign in to comment.