Skip to content

Commit 79dde4a

Browse files
mk dist folder for version thumbprint
1 parent 10ccb0b commit 79dde4a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build-package.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,10 @@ jobs:
7777
7878
- name: Get Version
7979
id: get_version
80-
run: |
81-
icloudpd --version > dist/icloudpd-version-thumbprint.txt
80+
run: >
81+
mkdir -p dist &&
82+
icloudpd --version > tee dist/icloudpd-version-thumbprint.txt
8283
83-
- name: Log version
84-
run: |
85-
cat dist/icloudpd-version-thumbprint.txt
86-
8784
- name: Upload artifacts
8885
uses: actions/upload-artifact@v4
8986
with:

0 commit comments

Comments
 (0)