Skip to content

Commit

Permalink
ci: πŸ› Fix CD
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed May 3, 2023
1 parent 59d7775 commit 95825ec
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
ZIP_VERSION: ${{ github.ref_name }}
- name: Create a zip archive
run: cd chip && zip -9 ../chip.zip chip.*
- name: Upload release
uses: ncipollo/release-action@v1
- name: Upload compressed artifact
uses: svenstaro/upload-release-action@v2
with:
artifacts: chip.zip
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: chip.zip
tag: ${{ github.ref }}

0 comments on commit 95825ec

Please sign in to comment.