Skip to content

Commit bc0ef75

Browse files
committed
Update nightly workflow
will only publish artifacts for Releases
1 parent 3a67904 commit bc0ef75

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/bundle.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bundle
1+
name: Nightly
22
on:
33
push:
44
branches:
@@ -47,8 +47,8 @@ jobs:
4747
if: matrix.platform.name == 'linux'
4848
run: lune build bundle/Bundled.luau -o bundle/repackage -t linux-${{ matrix.arch }}
4949

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*
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*

0 commit comments

Comments
 (0)