fix: 🐛 Upload the correct artifacts

This commit is contained in:
tidusjar 2021-09-29 15:59:15 +01:00
parent 6983412681
commit a2498051cf
2 changed files with 2 additions and 8 deletions

View file

@ -205,12 +205,8 @@ jobs:
name: ${{ steps.changelog.outputs.tag }}
tag_name: ${{ steps.changelog.outputs.tag }}
files: |
linux-arm.tar.gz
linux-arm64.tar.gz
linux-x64.tar.gz
osx-x64.tar.gz
win10-x86.zip
win10-x64.zip
artifacts/**.tar.gz
artifacts/**.zip

View file

@ -17,8 +17,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
schedule:
- cron: '40 3 * * 4'
jobs:
analyze: