Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellitedev committed Dec 3, 2023
1 parent 237e369 commit e59779e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: List file permissions
run: ls -l
- name: Create copy of workspace
run: |
cp -r . temp_workspace
- name: Create tarball
run: |
tar --exclude='./.git' -czvvf raibu-web.tar.gz .
tar --exclude='./.git' -czvvf raibu-web.tar.gz temp_workspace
- name: Upload tarball
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e59779e

Please sign in to comment.