Skip to content

Commit

Permalink
don't include .git in flutter artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Sep 25, 2023
1 parent dd6704b commit a8494b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: breez-sdk-flutter-${{ inputs.package-version || github.sha }}
path: flutter/*
path: |
flutter/*
!flutter/.git
- name: Tag the Flutter package
working-directory: flutter
Expand Down

0 comments on commit a8494b2

Please sign in to comment.