File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 43
43
run : composer install --prefer-dist
44
44
45
45
- name : Coding Standard Checks
46
- if : ${{ matrix.php-versions == '7 .4' }}
46
+ if : ${{ matrix.php-versions == '8 .4' }}
47
47
run : PHP_CS_FIXER_IGNORE_ENV=1 ./bin/php-cs-fixer fix --dry-run -v
48
48
49
49
- name : Static Analysis
84
84
85
85
- name : " Rename phar to avoid conflicts"
86
86
run : mv ./phparkitect.phar phparkitect-${{ github.sha }}.phar
87
-
87
+
88
88
- name : " Upload phar file artifact"
89
89
uses : actions/upload-artifact@v4
90
90
with :
@@ -127,27 +127,27 @@ jobs:
127
127
with :
128
128
# will download phar in project root
129
129
name : phar-artifact
130
-
130
+
131
131
- name : Import GPG key
132
132
uses : crazy-max/ghaction-import-gpg@v6
133
133
with :
134
134
gpg_private_key : ${{ secrets.GPG_KEY_47CD54B6398FE21B3709D0A4D9C905CED1932CA2 }}
135
135
passphrase : ${{ secrets.GPG_KEY_47CD54B6398FE21B3709D0A4D9C905CED1932CA2_PASSPHRASE }}
136
136
137
137
- name : Rename phar
138
- run : mv ./phparkitect-${{ github.sha }}.phar phparkitect.phar
138
+ run : mv ./phparkitect-${{ github.sha }}.phar phparkitect.phar
139
139
140
140
- name : Sign the PHAR
141
- run : |
141
+ run : |
142
142
gpg --local-user 47CD54B6398FE21B3709D0A4D9C905CED1932CA2 \
143
143
--batch \
144
144
--yes \
145
145
--passphrase="${{ secrets.GPG_KEY_47CD54B6398FE21B3709D0A4D9C905CED1932CA2_PASSPHRASE }}" \
146
146
--detach-sign \
147
147
--output ./phparkitect.phar.asc \
148
148
./phparkitect.phar
149
-
150
- - name : Add phar to the release
149
+
150
+ - name : Add phar to the release
151
151
uses : softprops/action-gh-release@v2
152
152
with :
153
153
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments