Fix tar failing on linux

This commit is contained in:
Sidi Liang
2022-10-07 01:20:14 +08:00
committed by GitHub
parent 22ad7ed994
commit 6417036bdd

View File

@@ -45,7 +45,8 @@ jobs:
cd module
make all
cd ..
tar -czf 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
- name: Release file
# You may pin to the exact commit or the version.
# uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236