Skip to content

Commit cda6d86

Browse files
committed
exclude artifact upload for now
1 parent 84d652a commit cda6d86

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/job.release.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@ jobs:
186186
cat <(echo -e "${{ secrets.SIGNING_KEY }}") | base64 -d | gpg --batch --import
187187
gpg --list-secret-keys --keyid-format LONG
188188
gpg --export-secret-keys > /home/runner/.gnupg/secring.gpg
189-
- name: "Artifact: Build Outputs"
190-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
191-
if: ${{ env.TEST_MODE == 'false' }}
192-
id: build-artifact
193-
with:
194-
name: elide-${{env.ELIDE_VERSION}}-${{ matrix.os }}-${{ matrix.arch }}
195-
path: packages/cli/build/native/nativeOptimizedCompile/**/*.*
189+
# - name: "Artifact: Build Outputs"
190+
# uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
191+
# if: ${{ env.TEST_MODE == 'false' }}
192+
# id: build-artifact
193+
# with:
194+
# name: elide-${{env.ELIDE_VERSION}}-${{ matrix.os }}-${{ matrix.arch }}
195+
# path: packages/cli/build/native/nativeOptimizedCompile/**/*.*
196196
- name: "Get Version"
197197
run: |
198198
source ./tools/scripts/release/version-setter.sh
@@ -206,11 +206,11 @@ jobs:
206206
- name: "🛠 Release: Stage"
207207
run:
208208
bash ./tools/scripts/release/stage-release.sh
209-
- name: "Artifact: Release Package"
210-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
211-
if: ${{ env.TEST_MODE == 'false' }}
212-
id: pack-artifact
213-
with:
214-
name: elide-${{env.ELIDE_VERSION}}-${{ matrix.os }}-${{ matrix.arch }}.zip
215-
path: staging/**/*.*
209+
# - name: "Artifact: Release Package"
210+
# uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
211+
# if: ${{ env.TEST_MODE == 'false' }}
212+
# id: pack-artifact
213+
# with:
214+
# name: elide-${{env.ELIDE_VERSION}}-${{ matrix.os }}-${{ matrix.arch }}.zip
215+
# path: staging/**/*.*
216216

0 commit comments

Comments
 (0)