Skip to content

Commit 966fa3d

Browse files
authored
Update build.yml
1 parent dcae76f commit 966fa3d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
- name: Upload installers to release
7272
uses: softprops/action-gh-release@v2
7373
with:
74-
files: installers/**/*
74+
files: |
75+
installers/NexumAI-macos-latest
76+
installers/NexumAI-ubuntu-latest
77+
installers/NexumAI-windows-latest
7578
env:
7679
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
80+
81+

0 commit comments

Comments
 (0)