1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

Update release.yml

This commit is contained in:
Dummerle 2021-03-27 18:31:46 +01:00 committed by GitHub
parent a0771a96ee
commit 325c7caa96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ jobs:
uses: svenstaro/upload-release-action@2.2.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: $(find deb_dist/ -name "*.deb")
file: deb_dist/python3-rare_${GITHUB_REF##*/}-1_all.deb
asset_name: Rare.deb
tag: ${{ github.ref }}
overwrite: true