Skip to content

Commit

Permalink
Some tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ic005k committed Oct 8, 2024
1 parent f87c6eb commit e4856f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
cp ${targetName}.dmg bin/release/${targetName}.dmg
# 上传artifacts
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
#name: ${{ env.targetName }}_${{ matrix.os }}_${{matrix.qt_ver}} # .zip
name: ${{ env.orgName }}_${{ env.VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos1012.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
macdeployqt bin/release/${targetName}.app -qmldir=. -verbose=1 -dmg
# 上传artifacts
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
#name: ${{ env.targetName }}_${{ matrix.os }}_${{matrix.qt_ver}} # .zip
name: ${{ env.orgName }}_${{ env.VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# 上传artifacts
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:

name: ${{ env.orgName }}-${{ env.VERSION }}-x86_64.AppImage
Expand Down

0 comments on commit e4856f2

Please sign in to comment.