Skip to content

Commit

Permalink
Revert "ci: add include to release"
Browse files Browse the repository at this point in the history
This reverts commit 96f2484.
  • Loading branch information
futrime committed Nov 22, 2023
1 parent 96f2484 commit e943d16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 46 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release_levilamina.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,14 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: levilamina-windows-x64-${{ github.sha }}
path: release/lib
path: bin

- run: |
python scripts/make_include.py
- run: |
cp -r include release/
- run: |
cp CHANGELOG.md LICENSE.md README.md release/
cp CHANGELOG.md LICENSE.md README.md bin/
- name: Archive release
run: |
cd release
cd bin
zip -r ../levilamina-windows-x64.zip *
cd ..
Expand Down
37 changes: 0 additions & 37 deletions scripts/make_include.py

This file was deleted.

0 comments on commit e943d16

Please sign in to comment.