Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Github action to compile the installer #23

Merged
merged 42 commits into from
Oct 30, 2023

Conversation

August2211
Copy link
Collaborator

#11

Copy link
Owner

@JensvandeWiel JensvandeWiel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it run on only tag like:
on:
push:
tags:
- 'v1.*'

@August2211
Copy link
Collaborator Author

Gave up on labels for now

Copy link
Owner

@JensvandeWiel JensvandeWiel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great

@JensvandeWiel JensvandeWiel merged commit cc1593a into JensvandeWiel:main Oct 30, 2023
JensvandeWiel added a commit that referenced this pull request Oct 30, 2023
* 18 add server install, start & stop interface interface (#24)

* fixed several bugs

* made layout better

* added serverPath

* added server installer

* added basic server start/stop

* made map[int]Server to *Server

* Update helpers.go

* final commit (for basic start/stop)

* Github action to compile the installer (#23)

* Testing workflow

* Update main.yml

* Update main.yml

* Renamed and maybe fixed the file extension less file issue?

* Maybe now the file extension issue is fixed?

* Triggering on pull request and deleting extra files

* Removed -r as it's not a directory...

* Finally the unnecessary files should be gone

* Fixed the path to the uneccessary file

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Changed the name of the build artifacts zip

* Github action only runs on tags with version

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Updated file name to not have spaces and maybe fixed labels on the files

* Update main.yml

* Update main.yml

Testing copilot :P

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Giving up on the labels for now

* Changed the name of the executable

* Update wails.json

---------

Co-authored-by: August2211 <53059031+August2211@users.noreply.github.com>
JensvandeWiel added a commit that referenced this pull request Oct 30, 2023
* 18 add server install, start & stop interface interface (#24)

* fixed several bugs

* made layout better

* added serverPath

* added server installer

* added basic server start/stop

* made map[int]Server to *Server

* Update helpers.go

* final commit (for basic start/stop)

* Github action to compile the installer (#23)

* Testing workflow

* Update main.yml

* Update main.yml

* Renamed and maybe fixed the file extension less file issue?

* Maybe now the file extension issue is fixed?

* Triggering on pull request and deleting extra files

* Removed -r as it's not a directory...

* Finally the unnecessary files should be gone

* Fixed the path to the uneccessary file

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Changed the name of the build artifacts zip

* Github action only runs on tags with version

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Updated file name to not have spaces and maybe fixed labels on the files

* Update main.yml

* Update main.yml

Testing copilot :P

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Giving up on the labels for now

* Changed the name of the executable

* Update wails.json

---------

Co-authored-by: August2211 <53059031+August2211@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add release workflow that adds windows executable to release assets
2 participants