Skip to content

Commit

Permalink
Mv temp html
Browse files Browse the repository at this point in the history
  • Loading branch information
sithumonline committed Apr 14, 2024
1 parent db11a51 commit 0301dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
-e "s#macos-download#$MACOS_DOWNLOAD#g" \
-e "s#windows-download-href#$WINDOWS_DOWNLOAD_HREF#g" \
-e "s#windows-download#$WINDOWS_DOWNLOAD#g" \
index.html
index.html > temp.html
mv temp.html index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 0301dc3

Please sign in to comment.