Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovelylavender4 committed Feb 8, 2024
1 parent 252cac3 commit a79953a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: iFamily-${{ matrix.mode }}-windows-x64-${{ github.sha }}
path: artifact
Expand All @@ -96,12 +96,12 @@ jobs:
- id: calculate-sha256
run: |
echo sha256=$(sha256sum iFamily-windows-x64.zip | awk '{print $1}') >> $GITHUB_OUTPUT
echo sha256=$(sha256sum iFamily-${{ matrix.mode }}-windows-x64.zip | awk '{print $1}') >> $GITHUB_OUTPUT
- uses: softprops/action-gh-release@v1
with:
append_body: true
body: |
| iFamily-windows-x64.zip | ${{ steps.calculate-sha256.outputs.sha256 }} |
| iFamily-${{ matrix.mode }}-windows-x64.zip | ${{ steps.calculate-sha256.outputs.sha256 }} |
files: |
iFamily-${{ matrix.mode }}-windows-x64.zip
3 changes: 0 additions & 3 deletions iFamily/include/ifamily.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@

namespace MiracleForest::inline i
{
namespace core
{
} // namespace core
} // namespace MiracleForest::inline i

0 comments on commit a79953a

Please sign in to comment.