Skip to content

Commit

Permalink
Flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Nov 1, 2023
1 parent db95c80 commit bd38ab1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
- name: Upload app archive to workflow
uses: actions/upload-artifact@v3
with:
#name: Invoice-Ninja-Archive
#path: Invoice-Ninja-Linux-Portable.tar.gz
name: linux-artifacts
path: output/*
name: Invoice-Ninja-Archive
path: Invoice-Ninja-Linux-Portable.tar.gz
#name: linux-artifacts
#path: output/*

- name: Download artifacts
uses: actions/download-artifact@v3
Expand All @@ -82,7 +82,7 @@ jobs:
title: "Latest Release"
automatic_release_tag: "v5.0.128"
files: |
${{ github.workspace }}/artifacts/linux-artifacts/*
${{ github.workspace }}/artifacts/*
# build-flatpak:
# name: Build flatpak
Expand Down

0 comments on commit bd38ab1

Please sign in to comment.