Skip to content

Commit

Permalink
- update build
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrein committed Apr 22, 2024
1 parent b31d253 commit 470e383
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,16 @@ jobs:
name: distributable-${{ matrix.os }}
if-no-files-found: ignore
path: |
svgconverter/svgconverter/build/**/*.dmg
svgconverter/svgconverter/build/**/*.app
svgconverter/svgconverter/build/**/*.deb
svgconverter/svgconverter/build/**/*.msi
svgconverter/svgconverter/build/**/*.exe
svgconverter/svgconverter/build/compose/jars/*.jar
svgconverter/svgconverter/build/compose/binaries/main/app/**
/svgconverter/svgconverter/build/compose/binaries/main/app/**
~/svgconverter/svgconverter/build/compose/binaries/main/app/**/*.app
svgconverter/svgconverter/build/compose/binaries/main/app/**/*.app
svgconverter/svgconverter/build/compose/binaries/main/app/
build/**/*.dmg
build/**/*.app
build/**/*.deb
build/**/*.msi
build/**/*.exe
build/compose/jars/*.jar
build/compose/binaries/main/app/**
/build/compose/binaries/main/app/**
build/compose/binaries/main/app/**/*.app
build/compose/binaries/main/app/
release:
name: Release new version
Expand Down

0 comments on commit 470e383

Please sign in to comment.