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