Skip to content

Commit

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

0 comments on commit e7a89fe

Please sign in to comment.