mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
ci: 🏗️
This commit is contained in:
parent
e5026abdd6
commit
97987d0ce6
1 changed files with 13 additions and 10 deletions
23
.github/workflows/build.yml
vendored
23
.github/workflows/build.yml
vendored
|
@ -197,10 +197,6 @@ jobs:
|
|||
with:
|
||||
path: artifacts
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
working-directory: artifacts
|
||||
|
||||
# - name: Publish to GitHub
|
||||
# uses: softprops/action-gh-release@v1
|
||||
# # if: startsWith(github.ref, 'refs/tags/')
|
||||
|
@ -210,12 +206,19 @@ jobs:
|
|||
# name: ${{ steps.changelog.outputs.tag }}
|
||||
# tag_name: ${{ steps.changelog.outputs.tag }}
|
||||
# files: |
|
||||
# artifacts/linux-arm.tar.gz
|
||||
# artifacts/linux-arm64.tar.gz
|
||||
# artifacts/linux-x64.tar.gz
|
||||
# artifacts/osx-x64.tar.gz
|
||||
# artifacts/win10-x86.zip
|
||||
# artifacts/win10-x64.zip
|
||||
# artifacts/**/*.tar.gz
|
||||
# artifacts/**/*.zip
|
||||
|
||||
- name: Publish to GitHub
|
||||
uses: softprops/action-gh-release@v1
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
body: 'Test'
|
||||
draft: 'true'
|
||||
name: 'Test'
|
||||
files: |
|
||||
artifacts/**/*.tar.gz
|
||||
artifacts/**/*.zip
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue