Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Cecilapp/Cecil
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Dec 21, 2023
2 parents 7f60aa3 + 7f0b15b commit a9ee7e3
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 @@ -93,7 +93,7 @@ jobs:
echo "shasum=$(shasum -a 256 ./dist/cecil.phar | awk '{printf $1}')" >> $GITHUB_OUTPUT
- name: Upload cecil.phar
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cecil.phar
path: dist/cecil.phar
Expand Down

0 comments on commit a9ee7e3

Please sign in to comment.