Adjust CI''''

This commit is contained in:
baltdev 2024-04-05 16:27:36 -05:00
parent 889821005a
commit d1dff827cb

View File

@ -64,10 +64,17 @@ jobs:
# Move the built binary where you want it
mv "${BIN_OUTPUT}" "build/${BIN_RELEASE}"
- name: Generate release tag
id: tag
run: |
echo "::set-output name=release_tag::$(date +"%Y.%m.%d_%H-%M")"
- name: Release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag-name: "$NOW"
tag-name: ${{ steps.tag.outputs.release_tag }}
files: |
build/*
LICENSE-MIT