Skip to content

Commit

Permalink
think i got it this time?
Browse files Browse the repository at this point in the history
  • Loading branch information
devinstasafe committed Mar 22, 2022
1 parent c598a51 commit 7ff2074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN mkdir /osslsigncode && \

LABEL "name"="Windows Signing Utility"
LABEL "maintainer"="Jon Friesen"
LABEL "version"="1.1.0"
LABEL "version"="1.1.1"

LABEL "com.github.actions.name"="Windows Signing Utility"
LABEL "com.github.actions.description"="Windows Signing Utility"
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ do
/osslsigncode/osslsigncode-2.3.0/osslsigncode sign -pkcs12 /certs/bundle.crt -pass $WINDOWS_PASS -h sha256 -n ${NAME} -i ${DOMAIN} -t "http://timestamp.digicert.com" -in ${array[$i]} -out /signedbinary

echo "--> overwriting existing binary with signed binary"
cp /signedbinary ${array[$i]}
mv /signedbinary ${array[$i]}


done
Expand Down

0 comments on commit 7ff2074

Please sign in to comment.