Skip to content

Commit

Permalink
Decode from json first
Browse files Browse the repository at this point in the history
Add ci flag
  • Loading branch information
hatchan committed Sep 17, 2024
1 parent 225d586 commit 22ca38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: "--target ${{ matrix.target }}"
args: "--target ${{ matrix.target }} --ci"

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: fpx_${{ matrix.target }}
path: ${{ join(steps.tauri.outputs.artifactPaths, '\n') }}
path: ${{ join(fromJSON(steps.tauri.outputs.artifactPaths), '\n') }}
if-no-files-found: error
retention-days: 7

0 comments on commit 22ca38e

Please sign in to comment.