diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0b05c3e..7e081fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,11 +12,8 @@ jobs: - uses: actions/checkout@v2 - name: Packaging config.tar.gz - uses: thedoctor0/zip-release@master - with: - type: 'tar' - filename: 'config.tar.gz' - path: "config" + run: | + tar -cvzf config.tar.gz -C config . - name: Creating release uses: ncipollo/release-action@v1