Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 5832a44

Browse files
authored
Update create-gh-release.yml
Signed-off-by: Luke Bermingham <[email protected]>
1 parent a059a5f commit 5832a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-gh-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
working-directory: ./Frontend/implementations/EpicGames
4545
run: npm run build-all
4646

47-
- name: Copy all content into output directory for archiving
48-
run: cp -R ./ PixelStreamingInfrastructure-${{ github.ref_name }}-${{ steps.getversion.outputs.version }}/
47+
- name: Move all content into output directory for archiving
48+
run: items=(*) && mkdir PixelStreamingInfrastructure-${{ github.ref_name }}-${{ steps.getversion.outputs.version }} && mv ${items[*]} PixelStreamingInfrastructure-${{ github.ref_name }}-${{ steps.getversion.outputs.version }}/
4949

5050
- name: Archive Release tar.gz
5151
uses: thedoctor0/[email protected]

0 commit comments

Comments
 (0)