Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
roshkhatri committed Apr 2, 2024
1 parent 252b015 commit 5583331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-unstable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
run: ls /usr/local/bin/

- name: Create tarball and checksums
run: echo "TAR_FILE_NAME=valkey-server-unstable.linux.$date" >> $GITHUB_OUTPUT
run: |
echo "TAR_FILE_NAME=valkey-server-unstable.linux.$date" >> $GITHUB_OUTPUT
mkdir -p $TAR_FILE_NAME/bin $TAR_FILE_NAME/share
cp -fv /usr/local/bin/valkey-* $TAR_FILE_NAME/bin
cp -v /home/runner/work/valkey/valkey/COPYING $TAR_FILE_NAME/share/LICENSE
Expand All @@ -83,4 +83,4 @@ jobs:
mkdir -p source-packages
cp -fv $TAR_FILE_NAME* source-packages/
ls source-packages/
shell: bash
shell: bash

0 comments on commit 5583331

Please sign in to comment.