We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc8bed commit 92a47bcCopy full SHA for 92a47bc
.github/actions/get-bootjdk/action.yml
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5
# This code is free software; you can redistribute it and/or modify it
@@ -104,6 +104,6 @@ runs:
104
- name: 'Export path to where BootJDK is installed'
105
id: path-name
106
run: |
107
- # Export the path
108
- echo 'path=bootjdk/jdk' >> $GITHUB_OUTPUT
+ # Export the absolute path
+ echo "path=`pwd`/bootjdk/jdk" >> $GITHUB_OUTPUT
109
shell: bash
1 commit comments
openjdk-notifier[bot] commentedon Oct 17, 2023
Review
Issues