fix github action (#9)

This commit is contained in:
tnichols217 2025-10-26 20:48:49 +00:00 committed by GitHub
parent 2ea9cc126f
commit 46c44bbebc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,9 +37,9 @@ jobs:
nix build --experimental-features "nix-command flakes" .#deploy
- name: Get current datetime
id: datetime
run: echo "now=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
run: echo "now=$(date -u +'%Y-%m-%dT%H%M%SZ')" >> $GITHUB_OUTPUT
- uses: ncipollo/release-action@v1
with:
artifacts: "result/pdf/*,result/*.tar.gz"
tag: release-${{ steps.datetime.outputs.now }}-${{ github.run_number }}
name: ${{ steps.datetime.outputs.now }}
tag: release-${{ steps.datetime.outputs.now }}-R${{ github.run_number }}
name: Release ${{ steps.datetime.outputs.now }}