Skip to content

Commit

Permalink
fix: correct artifact path to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
marudor committed May 4, 2024
1 parent 0dbbcf2 commit 9b42607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
node-version: 20
- uses: actions/download-artifact@v2
with:
path: build
path: prebuilds
- id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- uses: eine/tip@master
Expand Down

0 comments on commit 9b42607

Please # to comment.