Skip to content

Commit

Permalink
Remove dist directory from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kleo-53 committed Sep 22, 2023
1 parent 7d5cb56 commit 25c66c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: pioneer-uploader
path: ./dist/pioneer-uploader.exe
path: dist
if-no-files-found: error
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ __pycache__/
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
Expand Down

0 comments on commit 25c66c5

Please sign in to comment.