mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 13:57:33 +00:00
Store the current date as an environment variable
This commit is contained in:
parent
28b50cadcf
commit
abd4a9267f
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -23,6 +23,11 @@ jobs:
|
|||
- run: |
|
||||
./run ci:test
|
||||
|
||||
- name: Get date
|
||||
|
||||
- run: |
|
||||
echo "DATE=$(date '+%Y-%m-%d-%H.%M.%S')" >> $GITHUB_ENV
|
||||
|
||||
- uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
|
||||
with:
|
||||
artifacts: dist/build-configs
|
||||
|
|
Loading…
Reference in a new issue