Skip to content

Commit

Permalink
Remove chrysalis from the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Oct 3, 2023
1 parent 9ad6b06 commit afd7c64
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
with:
Expand Down

0 comments on commit afd7c64

Please sign in to comment.