GithubHelp home page GithubHelp logo

Comments (3)

TheDoctor0 avatar TheDoctor0 commented on June 25, 2024

Hello @m4ttheweric!
I have to say that the flag was removed in the latest merged PR because it can result in some unexpected issues.
That said I think that I can add a way to force using it, for example by creating a recursive_exclusions option.

I will try to get back to it today but if you want you can also fork the repository, make changes and open a pull request - I will be happy to accept and merge it!

from zip-release.

m4ttheweric avatar m4ttheweric commented on June 25, 2024

thank you so much for doing this so quickly!

I was resorting to writing a batch file to delete files from the workflow run before zipping, but I was running into permissions issues, so this makes it easier.

from zip-release.

m4ttheweric avatar m4ttheweric commented on June 25, 2024

So, in my initial testing, none of the recursive exclusions are working. The relevant bits of my workflow are below (note I am using multi-line YAML which has not been an issue so far):

         - name: Zip MBMD.UI Artifacts
           uses: thedoctor0/zip-release@master
           with:
              filename: ui.zip
              directory: 'MBMD.UI/'
              exclusions: |
                 YuiCompressorMsBuild
                 packages
                 *.csproj
                 *.sln
                 mbmd.png
              recursive_exlusions: |
                 *.config
                 *.as*x.cs
                 *.designer.cs
                 *.Master.cs

Do I need to do something different here? The exclusions are all working, but the recursive_exlusions are not working across the board.

from zip-release.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.