Skip to content

Commit

Permalink
Removing the directory change option in the tar command.
Browse files Browse the repository at this point in the history
This will make the archive include dist/gui in its structure which
should be changed later.
  • Loading branch information
landlessdrunk committed Oct 5, 2024
1 parent 3e6d626 commit e66e7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checking Folders
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 ./dist/gui
- name: Create Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit e66e7cc

Please sign in to comment.