Skip to content

Commit

Permalink
Fix incompatibility with upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Mar 12, 2024
1 parent 8d2ce2c commit 905740b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: QTextPad-macOS
name: QTextPad-macOS-qt${{ matrix.cfg.qt_version }}
path: macOS
2 changes: 1 addition & 1 deletion .github/workflows/win-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: QTextPad-win64
name: QTextPad-win64-qt${{ matrix.cfg.qt_version }}
path: qtextpad-win64-*.*

0 comments on commit 905740b

Please sign in to comment.