Skip to content

Commit 381c50d

Browse files
authored
CI Remove top-level directory from the release archive (#46)
1 parent 5157757 commit 381c50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193

194194
- name: Compress build artifacts
195195
run: |
196-
tar -czvf packages.tar.gz repodata
196+
tar -czvf packages.tar.gz -C repodata .
197197
198198
- name: Release
199199
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)