Skip to content

Commit

Permalink
fixup! fixup! build-debian: Use docker container also to prepare the …
Browse files Browse the repository at this point in the history
…source package
  • Loading branch information
3v1n0 committed Feb 26, 2024
1 parent e1329bd commit 0a2059d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions/common/build-debian/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
cd '${{ inputs.source-dir }}'
# Short commit to avoid "package-has-long-file-name"
echo VERSION_REF=$(echo ${{ github.sha }} | cut -c1-8) >> $GITHUB_ENV
echo VERSION_REF=$(date +'%Y%m%d').$(echo ${{ github.sha }} | cut -c1-8) >> $GITHUB_ENV
echo DEBFULLNAME="GitHub actions runner" >> $GITHUB_ENV
echo DEBEMAIL="[email protected]" >> $GITHUB_ENV
Expand Down

0 comments on commit 0a2059d

Please sign in to comment.