Skip to content

Commit

Permalink
build: fix archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
t03i committed Nov 9, 2024
1 parent 102a019 commit 4dd1187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
path: dist/frontend/
- name: Display structure of downloaded files
run: ls -R dist/frontend/
- name: Extract Build Artifacts
run: cd dist/ && tar -xvf frontend-build.tar -C frontend/
- name: Create Frontend Build Archive
run: cd dist/ && tar -czf frontend-build.tar frontend/

- name: Create GitHub Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 4dd1187

Please sign in to comment.