Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Aug 12, 2023
1 parent 24cc9a3 commit 4e7bfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
repo_path: QuestCraftPlusPlus/Pojlib
- name: Download Pojlib
run: |
wget -o assets.zip ${{ steps.fetch-latest-release-pojlib.outputs.assets_url }}
wget -o assets.zip ${{ steps.fetch-latest-release-pojlib.outputs.upload_url }}
mkdir pojlib-assets
unzip assets.zip -r --dir pojlib-assets
cd pojlib-assets
Expand Down

0 comments on commit 4e7bfaa

Please sign in to comment.