mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
change date fix to unix
This commit is contained in:
parent
d9b05ba501
commit
87de095431
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: pnpm install && pnpm --filter gui build
|
||||
- name: Get current date
|
||||
id: date
|
||||
run: echo "date=date::$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_OUTPUT
|
||||
run: echo "date=$(date +'%s')" >> $GITHUB_OUTPUT
|
||||
- uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
|
|
Loading…
Reference in a new issue