Skip to content

Commit

Permalink
tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
xenago committed Jun 26, 2022
1 parent 7ae0aad commit f416930
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f416930

Please sign in to comment.