mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
use globing instead
This commit is contained in:
parent
8f469e7eac
commit
eb0a4b6b4a
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -22,7 +22,8 @@ jobs:
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: ahriman-$VERSION-src.tar.xz
|
||||
files: ahriman-*-src.tar.xz
|
||||
fail_on_unmatched_files: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
VERSION: ${{ steps.version.outputs.VERSION }}
|
||||
|
Loading…
Reference in New Issue
Block a user