We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fe836 commit c9b0c1eCopy full SHA for c9b0c1e
1 file changed
.github/workflows/release.yml
@@ -16,11 +16,17 @@ jobs:
16
- name: Install Rokit
17
uses: CompeyDev/setup-rokit@v0.1.2
18
19
- - name: Build rbxm
20
- run: rojo build default.project.json -o lync.rbxm
+ - name: Build
+ 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
24
25
- name: Create Release
26
uses: softprops/action-gh-release@v2
27
with:
- files: lync.rbxm
28
+ files: |
29
+ Lync.rbxm
30
+ Lync-dev.rbxl
31
+ Lync-bench.rbxl
32
generate_release_notes: true
0 commit comments