Code Monkey home page Code Monkey logo

Comments (14)

iteufel avatar iteufel commented on June 7, 2024

Hello @zkrige for any changes and fixes I am gladly open.
Currently I have some more time again and will try to create new binaries for v0.60.0 later this week.

from nwjs-ffmpeg-prebuilt.

zkrige avatar zkrige commented on June 7, 2024

ah awesome. Good to hear you're still around.

I cloned the repo and the linux and macOS images built, but windows failed.

I'm happy to trigger builds on your repo - just let me know what must be done

from nwjs-ffmpeg-prebuilt.

zkrige avatar zkrige commented on June 7, 2024

I suspect the windows image is larger than what GitHub allows - is there any way around this

from nwjs-ffmpeg-prebuilt.

vg30 avatar vg30 commented on June 7, 2024

I did not understand your question?

from nwjs-ffmpeg-prebuilt.

zkrige avatar zkrige commented on June 7, 2024

GitHub is failing the windows build because it runs out of disk space. Is there any way to increase the disk space on the actions for windows?

from nwjs-ffmpeg-prebuilt.

fm10000 avatar fm10000 commented on June 7, 2024

think you!

from nwjs-ffmpeg-prebuilt.

zkrige avatar zkrige commented on June 7, 2024

@iteufel if we can figure out how to fix the pipeline, we can automate the builds - does anyone have any ideas on how to free up space on the windows images?

from nwjs-ffmpeg-prebuilt.

YLivay avatar YLivay commented on June 7, 2024

hey, just ran a test on windows-latest, looks like C:\ has around 90 GB free disk space and D:\ has around 13 GB.
perhaps all we need to do is to just work on C: ?

from nwjs-ffmpeg-prebuilt.

zkrige avatar zkrige commented on June 7, 2024

ive been doing some testing this afternoon to try get it running on C: - will report back

from nwjs-ffmpeg-prebuilt.

zkrige avatar zkrige commented on June 7, 2024

great success. I've got the builds working on C: on my personal repo. I've applied the changes here, so we should have fresh builds soon

from nwjs-ffmpeg-prebuilt.

zkrige avatar zkrige commented on June 7, 2024

@iteufel can you elaborate on how to do a release once artifacts are uploaded

from nwjs-ffmpeg-prebuilt.

iteufel avatar iteufel commented on June 7, 2024

@zkrige https://github.com/marvinpinto/action-automatic-releases

An example configuration that might work.

name: "tagged-release"

on:
  push:
    tags:
      - "v*"

jobs:
  tagged-release:
    name: "Tagged Release"
    runs-on: "ubuntu-latest"

    steps:
      - uses: actions/checkout@v2
      - uses: actions/download-artifact@v2
        with:
          path: artifacts
      - uses: "marvinpinto/action-automatic-releases@latest"
        with:
          repo_token: "${{ secrets.GITHUB_TOKEN }}"
          prerelease: false
          files: |
          artifacts/**/*.zip

from nwjs-ffmpeg-prebuilt.

zkrige avatar zkrige commented on June 7, 2024

I think its more complex than what you've posted. anyways, the latest build successfully completed - could you do a manual release in the meantime please

from nwjs-ffmpeg-prebuilt.

zkrige avatar zkrige commented on June 7, 2024

I’ve submitted a pr that does the release when a tag is pushed. I think this can be closed now

from nwjs-ffmpeg-prebuilt.

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.