We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b36300 + 7ef57df commit b9e66daCopy full SHA for b9e66da
1 file changed
.github/workflows/release.yml
@@ -117,7 +117,7 @@ jobs:
117
if: github.event_name != 'pull_request'
118
uses: actions/upload-artifact@v4
119
with:
120
- name: installer-apex-p
+ name: installer-apex_p
121
path: ./pkg/installer_apex_p.sh
122
123
create_release:
@@ -150,7 +150,7 @@ jobs:
150
installers/installer-nanosp/installer_s2.sh
151
installers/installer-stax/installer_stax.sh
152
installers/installer-flex/installer_flex.sh
153
- installers/installer-apex-p/installer_apex_p.sh
+ installers/installer-apex_p/installer_apex_p.sh
154
tag_name: ${{ steps.tag.outputs.tag_name }}
155
draft: false
156
prerelease: false
0 commit comments