diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97183c8..63e97f0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,10 +37,16 @@ jobs: run: | cd pam_build/pam-1.4.0 dpkg-buildpackage -rfakeroot -b -uc -us + + - name: Generate release tag + id: tag + run: | + echo "::set-output name=release_tag::UserBuild_$(date +"%Y.%m.%d_%H-%M")" - name: Release uses: softprops/action-gh-release@v1 with: fail_on_unmatched_files: true + tag_name: ${{ steps.tag.outputs.release_tag }} files: | pam_build/*.deb