Skip to content

Commit

Permalink
fix publish regex
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Apr 5, 2021
1 parent 505e63d commit e2c6ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- published

jobs:
main:
publish:
runs-on: windows-latest

steps:
Expand All @@ -17,7 +17,7 @@ jobs:
owner: ${{ github.event.repository.owner.login }}
repo: ${{ github.event.repository.name }}
tag: ${{ github.event.release.tag_name }}
file: '*.nupkg'
file: '/.*\.nupkg/'
token: ${{ secrets.GITHUB_TOKEN }}

- run: dir -recurse
Expand Down

0 comments on commit e2c6ad7

Please sign in to comment.