Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-The-Geek authored Feb 10, 2021
1 parent 52f9cd9 commit 0e24f95
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 @@ -15,9 +15,9 @@ jobs:
- name: Checkout code.
uses: actions/checkout@v2
- name: Generate ZIP file
run: zip dark-meeting.zip -i dark.style.css inject_theme.js manifest.json
run: zip dark-meeting.zip dark.style.css inject_theme.js manifest.json
- name: Upload GitHub release
uses: AButler/upload-release-assets@v2.0
with:
files: 'dark-meeting.zip'
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0e24f95

Please sign in to comment.