Skip to content

Commit

Permalink
updated version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
eizedev committed Jan 14, 2024
1 parent 15b34b9 commit df0d1da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
RELEASE_FILES=${{ fromJson(steps.get_release.outputs.downloaded_files)[0] }}
echo "Using AirConnect version '${RELEASE_VERSION}'"
echo "Using downloaded file: '${RELEASE_FILES}'"
ls -ltR ${GITHUB_WORKSPACE/src/dsm7/bin}
ls -ltR ${GITHUB_WORKSPACE/src/dsm7/bin}
VERSION=${RELEASE_VERSION}-$(shell date '+%Y%m%d')
echo "Using AIRCONNECT-SYNOLOGY version: '${VERSION}'"

0 comments on commit df0d1da

Please sign in to comment.