Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-e-s-o committed Aug 6, 2024
1 parent ac6f14c commit 4004b6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build Linux
on:
workflow_call:
outputs:
kernel-artifact-id:
kernel-artifact-url:
description: "URL of the built (and uploaded) Linux kernel"
value: ${{ jobs.build.outputs.kernel-artifact-id }}
value: ${{ format('{0}/{1}/actions/artifacts/{2}/zip', ${{ github.api_url }}, ${{ github.repository }}, ${{ jobs.build.outputs.kernel-artifact-id }}) }}

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: sudo apt-get install -y llvm-14
- name: Build main.sh
env:
ARTIFACT_URL: https://api.github.com/repos/d-e-s-o/blazesym/actions/artifacts/${{ needs.build-linux-kernel.outputs.kernel-artifact-id }}/zip
ARTIFACT_URL: ${{ needs.build-linux-kernel.outputs.kernel-artifact-url }}
PYTHON: ${{ steps.py312.outputs.python-path }}
run: |
# Build all tests.
Expand Down

0 comments on commit 4004b6a

Please sign in to comment.