Skip to content

Commit

Permalink
Fix functions deployment (#64)
Browse files Browse the repository at this point in the history
* test

* test 2

* test 3

* test

* added new option to upload hidden folders because after upgrading v4 version, the functions wasn't deployed correctly
  • Loading branch information
babakamyljanovssw authored Sep 11, 2024
1 parent c2f534a commit a9395a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
name: functionsapp
path: deploy
include-hidden-files: true

validate-resources:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
name: functionsapp
path: deploy
include-hidden-files: true

validate-resources:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a9395a1

Please sign in to comment.