Skip to content

Commit b1ed914

Browse files
committed
[ci] commit to check if old assets are deleted once per build.
1 parent bea5d18 commit b1ed914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ jobs:
125125
env:
126126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127127

128-
- name: 🗑️ Delete old assets from 'continuous' release
129-
if: contains(matrix.os, 'windows') || contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
128+
- name: 🗑️ Delete old assets from 'continuous' release (only once, from ubuntu)
129+
if: matrix.os == 'ubuntu-latest' && matrix.qt-version == '6.8.0'
130130
run: |
131131
echo "🔍 Fetching existing assets from the 'continuous' release..."
132132
ASSETS=$(gh release view continuous --json assets -q '.assets[].name')

0 commit comments

Comments
 (0)