Skip to content

Commit

Permalink
bundle readme with release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Nov 16, 2020
1 parent ba6e4dc commit 0cacbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
move target\release\injected.dll Overlunky\injected.dll
move target\release\main.exe Overlunky\Overlunky.exe
move README.md Overlunky\README.txt
7z a Overlunky_${{ steps.get_version.outputs.VERSION }}.zip Overlunky\Overlunky.exe Overlunky\injected.dll
7z a Overlunky_${{ steps.get_version.outputs.VERSION }}.zip Overlunky\Overlunky.exe Overlunky\injected.dll Overlunky\README.txt
- name: Upload artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 0cacbad

Please sign in to comment.