Skip to content

Latest commit

 

History

History
103 lines (52 loc) · 2.32 KB

FOR_DUMMIES_EN.md

File metadata and controls

103 lines (52 loc) · 2.32 KB

Manual for dummies

This manual is for people who don't want to waste their time trying to install all stuff that is required

Steps

Register account on GitHub

Your account will be required to build all stuff that you'll need

Create private repository

Create repository that will be required to run GitHub Actions on it

create-repo-1

Specify the name of repository and mark it private, if you don't want to make your .jar and .dll public

create-repo-2

Import code from this repository

Click Import to import

import-1

Specify this repository URL, e.g. https://github.com/radioegor146/jar-to-dll

import-2

Wait for import to complete

import-3

After completion go to your repository

import-4

Allow GitHub Actions

Navigate to Settings tab

allow-gh-actions-1

Open Actions menu

allow-gh-actions-2

Click on General

allow-gh-actions-3

Allow all actions to be run

allow-gh-actions-4

Enable GitHub Actions

Navigate to Actions tab

enable-gh-actions-1

Click Enable Actions on this repository to enable actions

enable-gh-actions-2

Upload your .jar file and build .dll

Navigate to Code tab

upload-1

Open Add file menu

upload-2

Click Upload files to upload your .jar file

upload-3

Rename your .jar file on your computer to input.jar (IMPORTANT!) and drag-and-drop it here

upload-4

Ensure that it is uploaded and click Commit changes

upload-5

How that the file is uploaded, navigate to Actions tab

upload-6

Here, click on the running workflow

upload-7

Wait for action to complete

upload-8

Refresh page and verify that there are no warnings. Now you can download you .dll file and use it as you want!

upload-9