Skip to content

Commit cd9f155

Browse files
authored
GH Actions: only upload ubuntu-22.04 to release
1 parent c4ac2d9 commit cd9f155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959

6060
- name: Upload to release based on tag name
6161
uses: softprops/action-gh-release@v1
62-
if: github.event_name == 'release'
62+
if: github.event_name == 'release' && matrix.os == 'ubuntu-22.04'
6363
with:
6464
files: build/*

0 commit comments

Comments
 (0)