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 eb92301 commit d8687a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/build-static/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ runs:

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

- name: upload staic artifact
Expand Down

0 comments on commit d8687a7

Please sign in to comment.