Skip to content

Commit

Permalink
Change release artifact pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
dipu-bd committed Jul 26, 2021
1 parent 8cedcfb commit 8383e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with: # See available options at https://github.com/ncipollo/release-action
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: .\dist\lncrwal.exe
artifacts: "dist/lncrawl*"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Test the executable package
Expand Down
2 changes: 1 addition & 1 deletion lncrawl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.27.0
2.27.1

0 comments on commit 8383e27

Please sign in to comment.