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