We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a67904 commit bc0ef75Copy full SHA for bc0ef75
1 file changed
.github/workflows/bundle.yml
@@ -1,4 +1,4 @@
1
-name: Bundle
+name: Nightly
2
on:
3
push:
4
branches:
@@ -47,8 +47,8 @@ jobs:
47
if: matrix.platform.name == 'linux'
48
run: lune build bundle/Bundled.luau -o bundle/repackage -t linux-${{ matrix.arch }}
49
50
- - name: Upload Bundle Artifact
51
- uses: actions/upload-artifact@v4
52
- with:
53
- name: repackage-${{ steps.slug.outputs.sha_short }}-${{ matrix.platform.name }}-${{ matrix.arch }}
54
- path: bundle/repackage*
+ # - name: Upload Bundle Artifact
+ # uses: actions/upload-artifact@v4
+ # with:
+ # name: repackage-${{ steps.slug.outputs.sha_short }}-${{ matrix.platform.name }}-${{ matrix.arch }}
+ # path: bundle/repackage*
0 commit comments