From 61218fedb5cf1d15c3e804d97fff09d12c3449f6 Mon Sep 17 00:00:00 2001 From: Fireblade <3+fireblade@noreply.neolegacy.dev> Date: Mon, 13 Jul 2026 00:38:04 +0100 Subject: [PATCH] chore: remove attestation --- .github/workflows/stable.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 7b844421..4a18604d 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -239,13 +239,6 @@ jobs: curl -L "$url" -o "artifacts/$filename" done < artifacts/server.txt rm artifacts/server.txt - - - name: Attest artifacts - uses: actions/attest-build-provenance@v2 - with: - subject-path: | - artifacts/neoLegacyServerWindows64.zip - artifacts/neoLegacyServerWindows64-FourKit.zip - name: Fetch information id: vars @@ -297,12 +290,6 @@ jobs: done < artifacts/client.txt rm artifacts/client.txt - - name: Attest artifacts - uses: actions/attest-build-provenance@v2 - with: - subject-path: | - artifacts/neoLegacyWindows64.zip - - name: Fetch information id: vars run: |