Skip to content

Commit

Permalink
forgot execution line :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Egezenn committed Jan 1, 2025
1 parent 0996e29 commit 7d70fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
curl -s -L -o "PREVIOUS_RELEASE.zip" https://github.com/Egezenn/OpenDotaGuides/releases/latest/download/itembuilds.zip
unzip -q "PREVIOUS_RELEASE.zip" -d "PREVIOUS_RELEASE"
chmod +x ./scripts/diff.sh
./odg/scripts/diff.sh "itembuilds" "PREVIOUS_RELEASE"
./scripts/diff.sh "itembuilds" "PREVIOUS_RELEASE"
- name: Create Release
id: create_release
Expand Down

0 comments on commit 7d70fdd

Please sign in to comment.