Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Switch to different library
Browse files Browse the repository at this point in the history
  • Loading branch information
drake127 committed Sep 11, 2024
1 parent f8577d4 commit 27d262e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
- name: Create a mod package
run: |
mkdir randomrolls/tools
cp windows-artifact/cpuid-rdrand.exe randomrolls/tools/
cp windows-artifact/cpuid-rdrand.pdb randomrolls/tools/
cp cpuid-rdrand.exe randomrolls/tools/
cp cpuid-rdrand.pdb randomrolls/tools/
cp README.md randomrolls/readme.txt
7z a randomrolls-win.zip randomrolls Setup-randomrolls.exe
7z a randomrolls-win.zip randomrolls Setup-randomrolls.exe
- name: Publish asset
uses: actions/upload-release-asset@v1
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Create a mod package
run: |
cp linux-artifact/rand.so randomrolls/
cp rand.so randomrolls/
cp README.md randomrolls/readme.txt
7z a randomrolls-linux.zip randomrolls/rand.so randomrolls/readme.txt
Expand Down

0 comments on commit 27d262e

Please sign in to comment.