Skip to content

Commit

Permalink
use same pattern for all frontend packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed Aug 20, 2021
1 parent b3dd0c5 commit 2ed6dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,5 @@ jobs:
- name: Create github release
uses: softprops/action-gh-release@v1
with:
files: |
target/universal/*.tgz
target/universal/*.zip
files: target/universal/*.zip
tag_name: ${{ env.LATEST_TAG }}
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ lazy val cfgIntegrationTests = project.settings(
Test / test := ((Test / test) dependsOn (js2cpg / stage)).value
)

// no top level directory in Universal/packageXyz
topLevelDirectory := None
Universal/packageName := name.value
Universal/topLevelDirectory := None

0 comments on commit 2ed6dbe

Please sign in to comment.