Skip to content

Commit

Permalink
name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisanku committed Feb 20, 2023
1 parent fabbd2a commit 989e48b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,11 @@ jobs:
with:
filename: release
run: zip -r release.zip . -i react-github-actions-build
- name: View dist
run: |
ls /home/runner/work/CHROME_EXT/CHROME_EXT
# Upload as an artifact of the current workflow
- name: Upload build zip artifact
uses: actions/upload-artifact@v1
with:
name: release.zip
name: release
path: release.zip
- name: Create GitHub Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 989e48b

Please sign in to comment.