From afd7c642db5b6a06d48048c5613515edfa318e16 Mon Sep 17 00:00:00 2001 From: muXxer Date: Tue, 3 Oct 2023 11:27:56 +0200 Subject: [PATCH] Remove chrysalis from the CI workflow --- .github/workflows/release.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b566a2..c1d418b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,25 +19,12 @@ jobs: replace: ${{ github.ref_name }} regex: false - - name: Create node-docker-setup_chrysalis.tar.gz - uses: ihiroky/archive-action@v1 - with: - root_dir: chrysalis - file_path: node-docker-setup_chrysalis.tar.gz - - name: Create node-docker-setup_stardust.tar.gz uses: ihiroky/archive-action@v1 with: root_dir: stardust file_path: node-docker-setup_stardust.tar.gz - - name: Upload node-docker-setup_chrysalis.tar.gz file - uses: Shopify/upload-to-release@v1.0.1 - with: - name: node-docker-setup_chrysalis-${{ github.ref_name }}.tar.gz - path: node-docker-setup_chrysalis.tar.gz - repo-token: ${{ secrets.GITHUB_TOKEN }} - - name: Upload node-docker-setup_stardust.tar.gz file uses: Shopify/upload-to-release@v1.0.1 with: