Flatpak
This commit is contained in:
parent
fedc0eb13f
commit
39bc3c84c9
|
|
@ -49,7 +49,6 @@ jobs:
|
|||
echo ";" >> lib/flutter_version.dart
|
||||
|
||||
- name: Build Flutter linux version
|
||||
#working-directory: ${{ github.workspace }}/counter_app
|
||||
run: |
|
||||
archiveName=Invoice-Ninja-Linux-Portable.tar.gz
|
||||
baseDir=$(pwd)
|
||||
|
|
@ -65,19 +64,17 @@ jobs:
|
|||
with:
|
||||
name: Invoice-Ninja-Archive
|
||||
path: Invoice-Ninja-Linux-Portable.tar.gz
|
||||
#name: linux-artifacts
|
||||
#path: output/*
|
||||
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
path: artifacts
|
||||
|
||||
- name: Create Draft Release & Upload artifacts
|
||||
- name: Create Release
|
||||
uses: marvinpinto/action-automatic-releases@v1.2.1
|
||||
with:
|
||||
repo_token: "${{ secrets.commit_secret }}"
|
||||
draft: true
|
||||
draft: false
|
||||
prerelease: false
|
||||
title: "Latest Release"
|
||||
automatic_release_tag: "v5.0.128"
|
||||
|
|
|
|||
Loading…
Reference in New Issue