Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Updated static build action
Browse files Browse the repository at this point in the history
  • Loading branch information
awshuss committed Nov 22, 2023
1 parent 5318428 commit 10142ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build-static/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ runs:

- name: Build olcs static
run: |
tar cvzf static.tar.gz public/index.html public/tinymce
cd public
tar cvzf static.tar.gz index.html tinymce
shell: bash

- name: upload staic artifact
Expand Down

0 comments on commit 10142ee

Please sign in to comment.