Skip to content

Commit

Permalink
workflow env
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Jan 8, 2025
1 parent 602510f commit 5291f0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: |
BUILD_OS=ubuntu-24.04
VERSION=$( date '+%y.%m%d.%H%M' )-$BUILD_OS
echo "BUILD_OS=$BUILD_OS" >> $GITHUB_ENV
echo "VERSION=$VERSION" >> $GITHUB_ENV
# https://github.com/actions/checkout/
- uses: actions/checkout@v4
Expand Down Expand Up @@ -65,6 +67,8 @@ jobs:
run: |
BUILD_OS=alpine-3.20
VERSION=$( date '+%y.%m%d.%H%M' )-$BUILD_OS
echo "BUILD_OS=$BUILD_OS" >> $GITHUB_ENV
echo "VERSION=$VERSION" >> $GITHUB_ENV
- uses: actions/checkout@v4

Expand Down

0 comments on commit 5291f0a

Please sign in to comment.