Update workflows

This commit is contained in:
Izuco 2021-10-28 18:49:25 +02:00
parent 7f325e2835
commit 255574df1b
No known key found for this signature in database
GPG key ID: 41DFCB1835A5695E
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:

View file

@ -40,7 +40,7 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_name: ${{ env.PACKAGE_NAME }}-${{ env.PACKAGE_VERSION }}-${{ env.BUILD_TYPE }}.7z
asset_path: ./_builds/${{ env.PACKAGE_NAME }}-${{ env.PACKAGE_VERSION }}-${{ env.BUILD_TYPE }}.7z
asset_path: ./lib/_builds/${{ env.PACKAGE_NAME }}-${{ env.PACKAGE_VERSION }}-${{ env.BUILD_TYPE }}.7z
asset_content_type: application/x-7z-compressed
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}