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 d8687a7 commit 601bdbe
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 -cvf static.tar.gz public
cd public
tar -cvf static.tar.gz .
shell: bash

- name: upload staic artifact
Expand Down

0 comments on commit 601bdbe

Please sign in to comment.