Skip to content

Commit

Permalink
Trying to check directories
Browse files Browse the repository at this point in the history
  • Loading branch information
landlessdrunk committed Oct 5, 2024
1 parent 3685c81 commit 3e6d626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
pipenv install
pipenv run build
- name: Checking Folders
run: dir
run: dir dist/gui
- name: Creating the gzipped tarball
run: tar -cf release.tar.gz -z --exclude=.\_internal -C .\dist\gui .\
run: tar -cf release.tar.gz -z --exclude=./_internal -C ./dist/gui ./
- name: Create Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 3e6d626

Please sign in to comment.