mirror of
https://github.com/beta-nu-theta-chi/bylaws.git
synced 2025-12-07 11:44:47 +00:00
fix github action (#9)
This commit is contained in:
parent
2ea9cc126f
commit
46c44bbebc
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user