Skip to content

Commit

Permalink
Excludes without -
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Mar 20, 2023
1 parent c478c13 commit 126e2f5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@ jobs:
username: ${{ secrets.FTP_USERNAME_BETA }}
password: ${{ secrets.FTP_PASSWORD_BETA }}
exclude: |
- **/.git*
- **/.git*/**
- **/.github/**
- .dockerignore
- logo/raw-svg
- logo/raw-svg/*
- logo/megen.png
- Dockerfile
- tests
- tests/*
- LICENSE
- README.md
- stack.yml
**/.git*
**/.git*/**
**/.github/**
.dockerignore
logo/raw-svg
logo/raw-svg/*
logo/megen.png
Dockerfile
tests
tests/*
LICENSE
README.md
stack.yml
docker-hub:
name: Docker Hub
Expand Down

0 comments on commit 126e2f5

Please sign in to comment.