Skip to content

Commit 6096c1d

Browse files
Merge pull request #27 from Githubguy132010/Githubguy132010-patch-1
Update build-check.yaml
2 parents ca9aea5 + d763146 commit 6096c1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Get current date
4444
id: date
45-
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
45+
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
4646

4747
- name: Create GitHub Release
4848
id: create_release

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Get current date
4747
id: date
48-
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
48+
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
4949

5050
# Create a release on GitHub using GITHUB_TOKEN
5151
- name: Create GitHub Release
@@ -75,4 +75,4 @@ jobs:
7575
- name: Clean Up
7676
run: |
7777
docker stop arch-container || echo 'Failed to stop the container.'
78-
docker rm arch-container || echo 'Failed to remove the container.'
78+
docker rm arch-container || echo 'Failed to remove the container.'

0 commit comments

Comments
 (0)