Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hmatt1 committed Sep 15, 2021
1 parent 98b8ab7 commit 8a6bdbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
uses: thedoctor0/zip-release@master
with:
type: 'zip'
filename: 'CotdCountdown.op'
filename: 'DoNotPullAWirtual.op'
exclusions: 'LICENSE *.md *.git*'
- name: Upload Release
uses: ncipollo/release-action@v1
with:
artifacts: "CotdCountdown.op"
artifacts: "DoNotPullAWirtual.op"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8a6bdbd

Please sign in to comment.