forked from qt-creator/qt-creator
GitHub Actions: Only upload one release.md
actions/upload-artifact@v4 complains if you try to override an existing artifact. Restrict only for one runner. Change-Id: I0a8a8cd0fcdf34dc956de175eeb4c33b40ce1a8d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
2
.github/workflows/build_cmake.yml
vendored
2
.github/workflows/build_cmake.yml
vendored
@@ -744,7 +744,7 @@ jobs:
|
||||
name: ${{ steps.ccache.outputs.archive_name }}
|
||||
|
||||
- name: Upload Release Changelog
|
||||
if: contains(github.ref, 'tags/v')
|
||||
if: runner.os == 'macOS' && contains(github.ref, 'tags/v')
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ./release/changelog.md
|
||||
|
Reference in New Issue
Block a user