Skip to content

Commit

Permalink
fix for vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreWohnsland committed Dec 14, 2024
1 parent d20e1d4 commit 189790a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-react.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build React App and Add to Release
run-name: |
Build React App${{ github.event_name == 'release' && ' and add to Release'}}
Build React App${{ github.event_name == 'release' && ' and add to Release' || '' }}
on:
release:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Archive Build Folder
run: |
tar -czf cocktailberry_web_client.tar.gz -C web_client/build .
tar -czf cocktailberry_web_client.tar.gz -C web_client/dist .
echo "Created tar.gz archive of the build folder."
- name: Upload artifact
Expand Down

0 comments on commit 189790a

Please sign in to comment.