File tree Expand file tree Collapse file tree 3 files changed +1
-18
lines changed Expand file tree Collapse file tree 3 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 42
42
ssh-key : ${{ secrets.SSH_PRIVATE_KEY }}
43
43
ref : stable
44
44
45
- - name : Download the application artifact
46
- uses : actions/download-artifact@v3
47
- with :
48
- name : hyde
49
- path : builds
50
-
51
- - name : Download the checksum artifact
52
- uses : actions/download-artifact@v3
53
- with :
54
- name : checksum
55
- path : builds
56
-
57
- - name : Download the version number artifact
58
- uses : actions/download-artifact@v3
59
- with :
60
- name : version
61
-
62
45
- name : Prepare version information
63
46
run : |
64
47
echo "VERSION=$(php ./bin/get-release-version.php)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 6
6
7
7
class Application extends \Hyde \Foundation \Application
8
8
{
9
- final public const APP_VERSION = '0.4.2 ' ;
9
+ final public const APP_VERSION = '0.4.3 ' ;
10
10
11
11
public function getCachedPackagesPath (): string
12
12
{
You can’t perform that action at this time.
0 commit comments