Skip to content

Commit 7bc0be7

Browse files
authored
Update main.yml
1 parent a72e364 commit 7bc0be7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
name: Create package meta information
111111
run: |
112112
echo "::set-output name=commit_sha::$(git rev-parse --short HEAD)"
113-
echo "::set-output name=package_timestamp::$(date +%Y-%m-%d-%H-%M-%S)"
113+
echo "::set-output name=package_timestamp::$(date +%Y-%m-%d_%H-%M-%S)"
114114
115115
- name: Set up QEMU
116116
uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)