Skip to content

Commit

Permalink
CI: fix the upload issue for .streamlit/config.toml
Browse files Browse the repository at this point in the history
Due to a [recent change](actions/upload-artifact#602), hidden files are no longer uploaded by default.
  • Loading branch information
mykolaskrynnyk authored Sep 11, 2024
1 parent bc7d090 commit 865769b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/azure-webapps-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: python-app
include-hidden-files: true
path: |
.
!venv/ # Exclude the virtual environment if it exists
Expand Down

0 comments on commit 865769b

Please sign in to comment.