mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 05:31:13 -07:00
fix: 🐛 Upload the correct artifacts
This commit is contained in:
parent
6983412681
commit
a2498051cf
2 changed files with 2 additions and 8 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue