This commit is contained in:
Hillel Coren 2023-11-01 12:38:08 +02:00
parent fedc0eb13f
commit 39bc3c84c9
1 changed files with 6 additions and 9 deletions

View File

@ -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"