Skip to content

Commit

Permalink
add libs in artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Jan 22, 2024
1 parent 793c558 commit 445548a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/call_release_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: s4u/setup-maven-action@fa2c7e4517ed008b1f73e7e0195a9eecf5582cd4 # v1.11.0
with:
checkout-fetch-depth: 0
# checkout-ref: ${{ github.ref_name }}
java-version: 17
java-distribution: 'temurin'
maven-version: '3.9.5'
Expand All @@ -35,8 +34,6 @@ jobs:
mvn --projects :onboarding-functions --also-make package install -DskipTests \
-Dquarkus.azure-functions.app-name=${{ vars.AZURE_ONBOARDING_FN_APP_NAME }}
ls apps/onboarding-functions/target/azure-functions
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6
name: Upload Artifact
with:
Expand All @@ -46,6 +43,7 @@ jobs:
./pom.xml
**/apps/pom.xml
**/apps/onboarding-functions/**
**/libs/**
release:
name: 'Release'
Expand Down

0 comments on commit 445548a

Please sign in to comment.