Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
fix src
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Jul 29, 2023
1 parent a046da6 commit 5894f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ runs:
[[ $VERSION = v* ]] && VERSION="${VERSION:1}"
mkdir -p ${TEMPDIR}
sudo mkdir -p ${DESTDIR}/src/
sudo mkdir -p ${DESTDIR}
curl -sL ${URL}/archive/refs/tags/v${VERSION}.tar.gz | tar xz -C ${TEMPDIR} --strip-components 1 && cd ${TEMPDIR}
Expand Down

0 comments on commit 5894f96

Please sign in to comment.