Skip to content

Commit

Permalink
Update create-build-screenshots-tarball.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lheberlie committed Apr 23, 2024
1 parent f9b94e3 commit c8320a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-build-screenshots-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Output details
run: |
echo "repo ${{ github.repository }}"
echo "workspace $GITHUB_WORKSPACE"
echo "sha $GITHUB_SHA"
- name: Set the release date
id: release-date
run: echo "RELEASE_DATE=$(date '+%Y-%m-%d')" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit c8320a8

Please sign in to comment.