You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, adding builds of the app through the Github Actions (in the main and Dev branch), this would make it easier and more convenient to download the dev builds without the need to build them in Visual Studio.
The original Retropass repo does this kind of builds, but it automates them in such a way that it places them in releases and creates new tags, what i want is that these can only be downloaded from the actions themselves (make the automated builds generate an artifact) through the actions/upload-artifact@v2 action.
The text was updated successfully, but these errors were encountered:
As the title says, adding builds of the app through the Github Actions (in the main and Dev branch), this would make it easier and more convenient to download the dev builds without the need to build them in Visual Studio.
The original Retropass repo does this kind of builds, but it automates them in such a way that it places them in releases and creates new tags, what i want is that these can only be downloaded from the actions themselves (make the automated builds generate an artifact) through the actions/upload-artifact@v2 action.
The text was updated successfully, but these errors were encountered: