Skip to content

Commit

Permalink
remove tab
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 11, 2023
1 parent 720b781 commit ed784d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: ${{ matrix.os == 'macos-10.15' }}
uses: actions/upload-artifact@v3
with:
name: mmc
name: mmc
path: packages/mmc-macos-x64_64-${{ github.ref_name }}.zip

upload_package:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: ${{ matrix.os == 'windows-2019' }}
uses: actions/upload-artifact@v3
with:
name: mmc
name: mmc
path: packages/mmc-win-x64_64-${{ github.ref_name }}.zip

upload_package:
Expand Down

0 comments on commit ed784d5

Please sign in to comment.