Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
sfletc committed Jul 25, 2024
1 parent e803fa8 commit b5eb1dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
- name: Package release asset
run: |
mkdir scramAlignerPkg
cp -r scramScripts/scram2Plot scramAlignerPkg/
mv scramAligner scramAlignerPkg/
mkdir scramAligner
cp -r scramScripts/scram2Plot scramAligner/
mv scramAligner scramAligner/
if [[ "${{ matrix.os }}" == "windows" ]]; then
zip -r ScramAligner-${{ matrix.os }}-${{ matrix.arch }}.zip scramAligner/
else
Expand Down

0 comments on commit b5eb1dd

Please sign in to comment.