fix tar failing on linux (again)

This commit is contained in:
Sidi Liang 2022-10-07 01:21:40 +08:00 committed by GitHub
parent 8b1eebb310
commit 8ae5cc0071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
make all make all
cd .. cd ..
touch nasal-linux-x86_64-nightly.tgz touch nasal-linux-x86_64-nightly.tgz
tar -czf nasal-linux-x86_64-nightly.tgz . --exclude=nasal-linux-x86_64-nightly.tgz tar -czf --exclude=nasal-linux-x86_64-nightly.tgz nasal-linux-x86_64-nightly.tgz .
- name: Release file - name: Release file
# You may pin to the exact commit or the version. # You may pin to the exact commit or the version.
# uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236 # uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236