Skip to content

Add github actions #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 62 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
f2590b0
adding windows build to test
sabuto Mar 14, 2022
cafd6eb
Merge pull request #1 from sabuto/feature/add-ghaction-for-build
sabuto Mar 14, 2022
dbae5c9
Update build-windows.yml
sabuto Mar 14, 2022
26438cb
add tag to release
sabuto Mar 14, 2022
551627b
rename and add linux
sabuto Mar 14, 2022
137891a
update things
sabuto Mar 14, 2022
1116cd8
update again
sabuto Mar 14, 2022
b366efd
try again
sabuto Mar 14, 2022
6b9c8b0
s
sabuto Mar 14, 2022
22bce54
rename build
sabuto Mar 14, 2022
468a4c2
test
sabuto Mar 14, 2022
e85a49f
updated events
sabuto Mar 14, 2022
54e48ad
update both workflows
sabuto Mar 14, 2022
bb87759
remove if statement
sabuto Mar 14, 2022
b8bbfdd
testing
sabuto Mar 14, 2022
86e2583
revert
sabuto Mar 14, 2022
4855671
uppdate required
sabuto Mar 14, 2022
c6a1b54
update things
sabuto Mar 14, 2022
29f0e27
update for tags
sabuto Mar 14, 2022
8e891d8
remove unnessasery job and update for windows build
sabuto Mar 14, 2022
c8fbc4b
add base installer with replaceable strings and update build release
sabuto Mar 14, 2022
daf8fc3
update path
sabuto Mar 14, 2022
713da8d
update for testing
sabuto Mar 15, 2022
0cc72c4
t
sabuto Mar 15, 2022
ac83ac4
t
sabuto Mar 15, 2022
cebed72
t
sabuto Mar 15, 2022
bd4e859
final build before pr
sabuto Mar 15, 2022
09d31d8
add mac build and add .app properties to csproj
sabuto Mar 15, 2022
15d39e6
add mac to overall build
sabuto Mar 15, 2022
c434243
trying mac build
sabuto Mar 15, 2022
cdbbd87
update some things
sabuto Mar 15, 2022
8ce5a23
debugging
sabuto Mar 15, 2022
6b62833
test
sabuto Mar 15, 2022
9d41930
t
sabuto Mar 15, 2022
36684e7
t
sabuto Mar 15, 2022
667476f
try with sips
sabuto Mar 15, 2022
f71bb32
debugging
sabuto Mar 15, 2022
5e7bbaf
path should work this time
sabuto Mar 15, 2022
a4d467e
try again
sabuto Mar 15, 2022
add46db
testing for pr
sabuto Mar 15, 2022
0f531f3
t
sabuto Mar 15, 2022
ee72de0
update name of linux build and tar
sabuto Mar 16, 2022
98b3c01
cleanup to make it better
sabuto Mar 16, 2022
547a19c
t
sabuto Mar 16, 2022
479ae03
testing with creating release from artifacts and pre-release
sabuto Mar 16, 2022
c27811e
try again
sabuto Mar 16, 2022
c5c75b6
try again
sabuto Mar 16, 2022
823ec7d
testing with things
sabuto Mar 16, 2022
1fded7b
remove pre-release
sabuto Mar 16, 2022
ac9a8d5
debug
sabuto Mar 16, 2022
4b8f4b8
hopefully fix paths
sabuto Mar 16, 2022
7722de7
debugging
sabuto Mar 16, 2022
ba75fb6
debug
sabuto Mar 16, 2022
fc78a64
debug
sabuto Mar 16, 2022
f7f145e
s
sabuto Mar 16, 2022
311f563
s
sabuto Mar 16, 2022
7e82773
re-add names
sabuto Mar 16, 2022
c50430c
paths?
sabuto Mar 16, 2022
e4bc696
should fix paths
sabuto Mar 16, 2022
25bda38
trying to get it to work on mac
sabuto Mar 17, 2022
232cedd
try using app host
sabuto Mar 17, 2022
1f9c90c
testing something
sabuto Mar 17, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
testing for pr
  • Loading branch information
sabuto committed Mar 15, 2022
commit add46db0a024280a09f98f5e28247087e9a33a15
1 change: 0 additions & 1 deletion .github/workflows/build-release-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
description: 'The version for the manual flow'
required: true
type: string
workflow_dispatch:


jobs:
Expand Down