From 8f6ca01977aadd9c418c403f78b522c085cb3270 Mon Sep 17 00:00:00 2001 From: matte22 Date: Wed, 28 Feb 2024 13:15:30 -0500 Subject: [PATCH] test --- .github/workflows/build-binary-artifacts.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-binary-artifacts.yml b/.github/workflows/build-binary-artifacts.yml index 041d086..be8dc7d 100644 --- a/.github/workflows/build-binary-artifacts.yml +++ b/.github/workflows/build-binary-artifacts.yml @@ -51,11 +51,11 @@ jobs: id: package_version run: echo "PACKAGE_VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV - - name: Signt Artifacts - id: sign_tartifacts - run: | - gpg --default-key nuwcdivnpt-bot@users.noreply.github.com --armor --detach-sig ./dist/stigman-watcher-linux-${{ env.PACKAGE_VERSION }}.tar.gz - gpg --default-key nuwcdivnpt-bot@users.noreply.github.com --armor --detach-sig ./dist/stigman-watcher-win-${{ env.PACKAGE_VERSION }}.zip; + # - name: Signt Artifacts + # id: sign_tartifacts + # run: | + # gpg --default-key nuwcdivnpt-bot@users.noreply.github.com --armor --detach-sig ./dist/stigman-watcher-linux-${{ env.PACKAGE_VERSION }}.tar.gz + # gpg --default-key nuwcdivnpt-bot@users.noreply.github.com --armor --detach-sig ./dist/stigman-watcher-win-${{ env.PACKAGE_VERSION }}.zip; - name: Sign Artifacts