Skip to content

Commit c9b0c1e

Browse files
committed
ye
1 parent 95fe836 commit c9b0c1e

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,17 @@ jobs:
1616
- name: Install Rokit
1717
uses: CompeyDev/setup-rokit@v0.1.2
1818

19-
- name: Build rbxm
20-
run: rojo build default.project.json -o lync.rbxm
19+
- name: Build
20+
run: |
21+
rojo build default.project.json -o Lync.rbxm
22+
rojo build dev.project.json -o Lync-dev.rbxl
23+
rojo build bench.project.json -o Lync-bench.rbxl
2124
2225
- name: Create Release
2326
uses: softprops/action-gh-release@v2
2427
with:
25-
files: lync.rbxm
28+
files: |
29+
Lync.rbxm
30+
Lync-dev.rbxl
31+
Lync-bench.rbxl
2632
generate_release_notes: true

0 commit comments

Comments
 (0)