mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
fix: try and fix the artifact upload
This commit is contained in:
parent
a7d97179d7
commit
fb9ff4ccde
1 changed files with 6 additions and 2 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -205,8 +205,12 @@ 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: |
|
||||||
artifacts/*.tar.gz
|
artifacts/linux-arm.tar.gz
|
||||||
artifacts/*.zip
|
artifacts/linux-arm64.tar.gz
|
||||||
|
artifacts/linux-x64.tar.gz
|
||||||
|
artifacts/osx-x64.tar.gz
|
||||||
|
artifacts/win10-x86.zip
|
||||||
|
artifacts/win10-x64.zip
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue