Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix functions deployment #64

Merged
merged 5 commits into from
Sep 11, 2024
Merged

Fix functions deployment #64

merged 5 commits into from
Sep 11, 2024

Conversation

babakamyljanovssw
Copy link
Member

@babakamyljanovssw babakamyljanovssw commented Sep 11, 2024

Issue: #65

After upgrading the actions/upload-artifact@v4 to version 4, the function resource was deployed okay, but the functions itself weren't deployed.

The reason is:

  • when publishing package, it creates .azurefunctions folder
  • in workflow we are using linux agent, in linux the folders starts with dot are considered hidden
  • in result that folder is not uploaded to zip package

Added new options to include hidden folders as per this issue: actions/upload-artifact#602

@babakamyljanovssw babakamyljanovssw merged commit a9395a1 into main Sep 11, 2024
3 checks passed
@babakamyljanovssw babakamyljanovssw deleted the fix-functions branch September 11, 2024 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants