Skip to content

Commit

Permalink
Write run ID to run_id
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Oct 1, 2021
1 parent 76d88c6 commit 27f9550
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
echo Writing version file...
(if [[ -n "${{ github.event.inputs.release_version }}" ]]; then echo -n "${{ github.event.inputs.release_version }}"; else echo -n "develop"; fi) > VERSION
cp -f VERSION /c/moon/randomizer/VERSION
- name: Write Run ID
shell: bash
run: |
echo -n "${{ github.run_id }}" > /c/moon/randomizer/run_id
- name: Compiling AHK scripts
shell: cmd
timeout-minutes: 1
Expand Down

0 comments on commit 27f9550

Please sign in to comment.