nightly build
This commit is contained in:
parent
8219b55392
commit
4d5944090f
1 changed files with 2 additions and 6 deletions
8
.github/workflows/build_all.yml
vendored
8
.github/workflows/build_all.yml
vendored
|
@ -97,17 +97,13 @@ jobs:
|
|||
bundle: OrcaSlicer-Linux-flatpak_${{ env.ver }}.flatpak
|
||||
manifest-path: flatpak/io.github.softfever.OrcaSlicer.yml
|
||||
cache: true
|
||||
- name: test
|
||||
run: |
|
||||
apt install tree
|
||||
tree
|
||||
- name: Deploy Flatpak to daily release
|
||||
- name: Deploy Flatpak to nightly release
|
||||
if: ${{github.ref == 'refs/heads/main'}}
|
||||
uses: WebFreak001/deploy-nightly@v3.1.0
|
||||
with:
|
||||
upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label}
|
||||
release_id: 137995723
|
||||
asset_path: ./build/OrcaSlicer-Linux-flatpak_${{ env.ver }}.flatpak
|
||||
asset_path: /__w/OrcaSlicer/OrcaSlicer/OrcaSlicer-Linux-flatpak_${{ env.ver }}.flatpak
|
||||
asset_name: OrcaSlicer-Linux-flatpak_${{ env.ver }}.flatpak
|
||||
asset_content_type: application/octet-stream
|
||||
max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted
|
||||
|
|
Loading…
Reference in a new issue