We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad47ea commit cf4e610Copy full SHA for cf4e610
.github/workflows/build.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Archive
86
run: |
87
- python3 dart-sdk/sdk/tools/linux_dist_support/create_tarball.py --tar_filename dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz
+ tar -czf dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz dart-sdk
88
89
- name: Upload Artifact
90
uses: actions/upload-artifact@v4
@@ -135,10 +135,7 @@ jobs:
135
136
- name: Unarchive
137
138
- mkdir dart-sdk
139
- cd dart-sdk
140
- tar -xzf ../dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz --strip-components=1
141
- mv dart sdk
+ tar -xzf dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz
142
143
- name: Verify Checked-in Dart SDK
144
0 commit comments