Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
Add autodate to builds.

skip ci
  • Loading branch information
Psycast authored Feb 4, 2024
1 parent 75201e7 commit c0c4520
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
run: npm install asconfigc

##########################################################################################
# Set build version.
- name: Generate Date
shell: bash
id: datestamp
run: echo ::set-output name=date::$(date +'%Y-%m-%d')

# Set build version.
- name: Token Replace in asconfig
uses: cschleiden/replace-tokens@v1
Expand All @@ -51,6 +57,7 @@ jobs:
env:
SCORE_SAVE_SALT: ${{ secrets.SCORE_SAVE_SALT }}
VERSION: ${{ inputs.version }}
DATESTAMP: ${{ steps.datestamp.outputs.date }}

- name: Token Replace in runtimes
uses: cschleiden/replace-tokens@v1
Expand Down

0 comments on commit c0c4520

Please sign in to comment.