I'm using [Use GitHub Actions to deploy a static site to Azure Storage | Microsoft Learn](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blobs-static-site-github-actions?tabs=userlevel...
I have this setup at work, which I am trying to port to Github actions. The git repository has inside a \`company.keystore\` which is used for singing, and the gradle is coded in such way that it rea...
🎉 I finally managed to nail the GitHub Action setup (with a little help from AI)!
Now, with every new commit, it automatically generates a full version of the solution:
🔗 [mRemoteNG Rel...
I made a function that downloads a ZIP then unpackts it, and then copies part of the subtree to the build dir (i need some resources in my build dir). The function works here on my machine, fails on ...
TL;DR: I developed a project template that recently added support for python-bindings for C code via Cython.
https://github.com/BrianPugh/python-template
Writing C extensions for a library is always...
I'm using [Use GitHub Actions to deploy a static site to Azure Storage | Microsoft Learn](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blobs-static-site-github-actions?tabs=userlevel...
I am trying to implement terraform linting using github action and can't figure out how to filter outputs for a job that returns directory list. In first job, I return list of directories where terraf...