mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 13:41: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 }}
|
name: ${{ steps.changelog.outputs.tag }}
|
||||||
tag_name: ${{ steps.changelog.outputs.tag }}
|
tag_name: ${{ steps.changelog.outputs.tag }}
|
||||||
files: |
|
files: |
|
||||||
linux-arm.tar.gz
|
artifacts/**.tar.gz
|
||||||
linux-arm64.tar.gz
|
artifacts/**.zip
|
||||||
linux-x64.tar.gz
|
|
||||||
osx-x64.tar.gz
|
|
||||||
win10-x86.zip
|
|
||||||
win10-x64.zip
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -17,8 +17,6 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ develop ]
|
branches: [ develop ]
|
||||||
schedule:
|
|
||||||
- cron: '40 3 * * 4'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue