Browse Source

build: fix deploy (#335)

pull/337/head
Pier CeccoPierangioliEugenio 1 year ago committed by GitHub
parent
commit
2181a3ae2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/release.yml

4
.github/workflows/release.yml

@ -51,10 +51,6 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.sha }}
- name: Install zip
shell: bash
run: |
apk add zip
- name: Create Artifacts
shell: bash
run: |

Loading…
Cancel
Save