mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
add pre release publishing of flatpak
This commit is contained in:
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@@ -44,3 +44,19 @@ jobs:
|
||||
cache-key: flatpak-builder-${{ github.sha }}
|
||||
- name: ls
|
||||
run: ls
|
||||
publish-prerelease:
|
||||
needs: [flatpak]
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref_name, 'main') && github.ref_type == 'branch'
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
- name: Show files
|
||||
run: ls
|
||||
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: true
|
||||
automatic_release_tag: dev
|
||||
title: 'Latest Development Build'
|
||||
files: |
|
||||
**/*.flatpak
|
||||
|
||||
Reference in New Issue
Block a user