Skip to content

Commit 3ed41f8

Browse files
committed
try
1 parent 3fb0a44 commit 3ed41f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
fi
3333
echo "${JBAKE_SHA1} jbake-${JBAKE_VERSION}-bin.zip" > "jbake-${JBAKE_VERSION}-bin.zip.sha"
3434
sha1sum -c "jbake-${JBAKE_VERSION}-bin.zip.sha"
35-
unzip "jbake-${JBAKE_VERSION}-bin.zip"
36-
ln -s "jbake-${JBAKE_VERSION}-bin/bin/jbake" ../bin/jbake
37-
- run: ./bin/jbake
35+
unzip "jbake-${JBAKE_VERSION}-bin.zip" -o jbake
36+
- run: ./downloads/jbake/bin/jbake
3837
- name: Configure AWS Credentials
3938
uses: aws-actions/configure-aws-credentials@v1
4039
with:

0 commit comments

Comments
 (0)