File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
3333 DEB_URL="https://github.com/prof18/feed-flow/releases/download/${VERSION}-desktop/feedflow_${VERSION}_amd64.deb"
3434
3535 # Update hero.yml
36- sed -i "s|button3Link:.*|button3Link: ${DMG_URL}|" data/hero.yml
37- sed -i "s|button5Link:.*|button5Link: ${RPM_URL}|" data/hero.yml
38- sed -i "s|button6Link:.*|button6Link: ${DEB_URL}|" data/hero.yml
36+ sed -i "s|button3Link:.*|button3Link: ${DMG_URL}|" website/ data/hero.yml
37+ sed -i "s|button5Link:.*|button5Link: ${RPM_URL}|" website/ data/hero.yml
38+ sed -i "s|button6Link:.*|button6Link: ${DEB_URL}|" website/ data/hero.yml
3939
4040 # Update downloads.yml
41- sed -i "s|url: \".*\.dmg\"|url: \"${DMG_URL}\"|" data/downloads.yml
42- sed -i "s|url: \".*\.msi\"|url: \"${MSI_URL}\"|" data/downloads.yml
43- sed -i "s|url: \".*\.rpm\"|url: \"${RPM_URL}\"|" data/downloads.yml
44- sed -i "s|url: \".*\.deb\"|url: \"${DEB_URL}\"|" data/downloads.yml
41+ sed -i "s|url: \".*\.dmg\"|url: \"${DMG_URL}\"|" website/ data/downloads.yml
42+ sed -i "s|url: \".*\.msi\"|url: \"${MSI_URL}\"|" website/ data/downloads.yml
43+ sed -i "s|url: \".*\.rpm\"|url: \"${RPM_URL}\"|" website/ data/downloads.yml
44+ sed -i "s|url: \".*\.deb\"|url: \"${DEB_URL}\"|" website/ data/downloads.yml
4545
4646 - name : Setup Hugo
4747 uses : peaceiris/actions-hugo@v3
You can’t perform that action at this time.
0 commit comments