Skip to content

Commit

Permalink
Update 2024/10/31 08:59:27 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuSimons committed Oct 31, 2024
1 parent 53e0c31 commit a129ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sed -i "7 a PKG_VERSION:=$latest_commit" ./daed/Makefile
sed -i '/DAED_VERSION:/d' ./daed/Makefile
sed -i "8 a DAED_VERSION:=daed-$latest_commit" ./daed/Makefile
sed -i '/CORE_VERSION:/d' ./daed/Makefile
sed -i '/CORE_VERSION:=/d' ./daed/Makefile
sed -i "9 a CORE_VERSION:=core-$latest_core_commit" ./daed/Makefile
sed -i '/PKG_SOURCE_VERSION:/d' ./daed/Makefile
sed -i "14 a PKG_SOURCE_VERSION:=$latest_commit_full" ./daed/Makefile
Expand Down

0 comments on commit a129ed2

Please sign in to comment.