Commit Graph

38 Commits

Author SHA1 Message Date
Martin Marmsoler
9b8a2b9be2 copy IS_RELEASE condition so there must not be on every step the condition 2022-04-29 17:49:26 +02:00
Martin Marmsoler
b1306ef87c add comment 2022-04-29 17:49:26 +02:00
Martin Marmsoler
07258bf699 try to add everywhere the if 2022-04-29 17:49:26 +02:00
Martin Marmsoler
1176629904 only isrelease 2022-04-29 17:49:26 +02:00
Martin Marmsoler
b56dff1a61 try and 2022-04-29 17:49:26 +02:00
Martin Marmsoler
8ed04c87b7 create publish only when pushing to master or when it is a release 2022-04-29 17:49:26 +02:00
Martin Marmsoler
74ff27c300 file ending must be appended 2022-04-29 17:49:26 +02:00
Martin Marmsoler
9915c8a32f try startswith 2022-04-29 17:49:26 +02:00
Martin Marmsoler
f24572cd57 fix typo 2022-04-29 17:49:26 +02:00
Martin Marmsoler
016f7becd4 Indicate that it is development 2022-04-29 17:49:26 +02:00
Martin Marmsoler
2bdfe0b6e6 syntax error 2022-04-29 17:49:26 +02:00
Martin Marmsoler
36324fdcd7 finalize release condition 2022-04-29 17:49:26 +02:00
Martin Marmsoler
1bae1a306c fix path of the version file 2022-04-29 17:49:26 +02:00
Martin Marmsoler
65494576c4 no space in the output name 2022-04-29 17:49:26 +02:00
Martin Marmsoler
ed8e9f090d store version file as artifact 2022-04-29 17:49:26 +02:00
Martin Marmsoler
dcc615f49b makes no sense to execute before cmake is called 2022-04-29 17:49:26 +02:00
Martin Marmsoler
e2c5bc8db8 using directly cat is not allowed for security reasons
https://stackoverflow.com/questions/61256824/how-to-pass-the-output-of-a-bash-command-to-github-action-parameter
2022-04-29 17:49:26 +02:00
Martin Marmsoler
0a0810f948 use more appropriate step name 2022-04-29 17:49:26 +02:00
Martin Marmsoler
f165874fca create version number as environment variable 2022-04-29 17:49:26 +02:00
Martin Marmsoler
328264eb76 forgotten to stage 2022-04-29 17:49:26 +02:00
Martin Marmsoler
eb8d565f7c must be inverted 2022-04-29 17:49:26 +02:00
Martin Marmsoler
a07831ca28 cleanup 2022-04-29 17:49:26 +02:00
Martin Marmsoler
3ae9e1f664 use variable for the release so the condition is used only once 2022-04-29 17:49:26 +02:00
Martin Marmsoler
c872cc4b83 Update build.yml 2022-04-29 17:49:26 +02:00
Martin Marmsoler
4299ea0ac2 testing release 2022-04-29 17:49:26 +02:00
Martin Marmsoler
66aa7720a8 debug purpose 2022-04-29 17:49:26 +02:00
Martin Marmsoler
949c37ec6b condition not needed 2022-04-29 17:49:26 +02:00
Martin Marmsoler
2485bb7202 missing s 2022-04-29 17:49:26 +02:00
Martin Marmsoler
e5d75f1cfe check if a release 2022-04-29 17:49:26 +02:00
Martin Marmsoler
35c90d2779 remove not needed if 2022-04-29 17:49:26 +02:00
Martin Marmsoler
40b08af777 wrong path 2022-04-29 17:49:26 +02:00
Martin Marmsoler
04ce87b9a5 use Gittyup as the bundle name so it matches the convention for the download url in the code (kLinkFmt) 2022-04-29 17:49:26 +02:00
Martin Marmsoler
8d72550a17 set github.ref_name into quotes otherwise if a branch contains a # the build fails 2022-04-26 08:26:18 +02:00
kas
6223d7b84e Remove Flatpak version requirement notice from README
Add check build using minimum required QT version
2022-04-06 20:07:21 +02:00
Martin Marmsoler
ec56b851d4 Replace only the gittyup repository not also the git-lfs 2022-03-26 18:54:59 +01:00
Martin Marmsoler
a7c818b2de GitHub releases 2022-01-27 12:14:19 +01:00
kas
62898ed95d Re-Enable tests for non-Windows platforms 2022-01-04 22:32:54 +01:00
kas
52115943c4 CI improvements
Unify GitHub workflows
Allow for development builds and artifacts to be created from any commit
Show development build notices in UI
Fix Windows setup files
Disable non-Flatpak linux artifact
2022-01-04 22:30:16 +01:00