Commit 8c0945c 1 parent 1603241 commit 8c0945c Copy full SHA for 8c0945c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
shell : cmd
101
101
102
102
- name : Publish Unsigned Installer
103
- id : Publish-Unsigned-Installer
103
+ id : publish-unsigned-installer
104
104
uses : actions/upload-artifact@v4
105
105
with :
106
106
name : floorp-windows-${{fromJson('["x86","aarch"]')[inputs.arch]}}_64-package-unsigned-installer
@@ -117,7 +117,7 @@ jobs:
117
117
project-slug : ' Floorp'
118
118
signing-policy-slug : ' test-signing'
119
119
artifact-configuration-slug : ' stub-signing'
120
- github-artifact-id : ' ${{ steps.Publish-Unsigned-Installer .outputs.artifact-id }}'
120
+ github-artifact-id : ' ${{ steps.publish-unsigned-installer .outputs.artifact-id }}'
121
121
wait-for-completion : true
122
122
output-artifact-directory : signed_installers
123
123
You can’t perform that action at this time.
0 commit comments