Skip to content

Commit

Permalink
build(ci): use artifact url
Browse files Browse the repository at this point in the history
  • Loading branch information
SollyzDev committed Sep 30, 2024
1 parent 1998907 commit cd6dd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
python:
runs-on: ubuntu-latest
outputs:
forwarder: ${{ steps.forwarder-package.outputs.artifact-id }}
forwarder: ${{ steps.forwarder-package.outputs.artifact-url }}
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
Expand Down

0 comments on commit cd6dd85

Please sign in to comment.