Skip to content

Commit

Permalink
Update GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Jul 13, 2024
1 parent c0ec914 commit 2c59065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-megapak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
- name: Maximize build disk space
uses: easimon/maximize-build-space@master
with:
Expand Down

0 comments on commit 2c59065

Please sign in to comment.