Skip to content

Commit

Permalink
Added missing zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdarrengriffin authored Oct 5, 2023
1 parent 38cd1ed commit a788969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
npm install
npm run build
zip -r ../${{ github.event.repository.name }}.zip .
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -30,7 +30,7 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit a788969

Please sign in to comment.