Skip to content

Commit

Permalink
fix deb ci
Browse files Browse the repository at this point in the history
  • Loading branch information
markus621 committed Nov 4, 2021
1 parent 1a7e031 commit d3a023f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: svenstaro/upload-release-action@2.2.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}/deb/f/uri-one/*.deb
file: ${{ github.workspace }}/deb/u/uri-one/*.deb
tag: ${{ github.ref }}
overwrite: true
file_glob: true
Expand Down
2 changes: 1 addition & 1 deletion internal/api/api_static.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3a023f

Please sign in to comment.