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-05-12 10:07:37 +02:00 committed by GitHub
parent 80eec00ccd
commit deef7dede5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,11 +59,13 @@ jobs:
pip3 install -r requirements.txt
- name: Build
run: python3 freeze.py bdist_msi
- name: Copy File
run: cp dist/*.msi Rare.msi
- name: Upload files to GitHub
uses: svenstaro/upload-release-action@2.2.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/Rare*.msi
file: Rare.msi
asset_name: Rare.msi
tag: ${{ github.ref }}
overwrite: true