Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dengsgo committed Sep 16, 2024
1 parent 4737d4d commit 6e2466f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-for-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# setup
- name: Set Target Folder
run: |
TARGET_FOLDER="x86_64-$(TZ='Asia/Shanghai' date +'%Y-%m')"
TARGET_FOLDER="x86_64-$(TZ='Asia/Shanghai' date +'%Y.%m')"
echo "TARGET_FOLDER=$TARGET_FOLDER" >> $GITHUB_ENV
# Runs a single command using the runners shell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# setup
- name: Set Target Folder
run: |
TARGET_FOLDER="x86_64-$(TZ='Asia/Shanghai' date +'%Y-%m')"
TARGET_FOLDER="x86_64-$(TZ='Asia/Shanghai' date +'%Y.%m')"
echo "TARGET_FOLDER=$TARGET_FOLDER" >> $GITHUB_ENV
# Runs a single command using the runners shell
Expand Down

0 comments on commit 6e2466f

Please sign in to comment.