Skip to content

Commit

Permalink
try preRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
McCallisterRomer committed Jun 2, 2024
1 parent 16b3617 commit ae46930
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ runs:
if [ -n "${{ env.VK_CI_TEST_TAG_OVERRIDE }}" ]; then
echo "Test run detected. Using artifacts from release: ${{ env.VK_CI_TEST_TAG_OVERRIDE }}"
echo "vk-ci-use-prerelease=true" >> "$GITHUB_OUTPUT"
echo "vk-ci-action-tag=${{ env.VK_CI_TEST_TAG_OVERRIDE }}" >> "$GITHUB_OUTPUT"
else
echo "Using artifacts from release: $ACTION_TAG"
echo "vk-ci-use-prerelease=false" >> "$GITHUB_OUTPUT"
echo "vk-ci-action-tag=$ACTION_TAG" >> "$GITHUB_OUTPUT"
fi
Expand All @@ -57,6 +59,7 @@ runs:
tag: '${{ steps.artifacts.outputs.vk-ci-action-tag }}'
filename: '${{ steps.artifacts.outputs.vk-ci-sdk-artifact-name}}'
out-file-path: '${{ inputs.installPath }}/VulkanSDK'
preRelease: ${{ steps.artifacts.outputs.vk-ci-useprerelease }}
extract: true

- name: Download Swiftshader Artifact
Expand Down

0 comments on commit ae46930

Please sign in to comment.