diff --git a/.gitignore b/.gitignore index f83d13b..347e09b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # See http://help.github.com/ignore-files/ for more about ignoring files. +# editor +*.swp + # dependencies package-lock.json node_modules diff --git a/src/main.ts b/src/main.ts index 737cb00..6f446b6 100644 --- a/src/main.ts +++ b/src/main.ts @@ -40,7 +40,7 @@ async function run() { // setup rpm tree await exec.exec('rpmdev-setuptree'); - // Copy spec file from path specFile to /root/rpmbuild/SPECS/ + // Copy spec file from path specFile to /github/home/rpmbuild/SPECS/ await exec.exec(`cp /github/workspace/${specFile} /github/home/rpmbuild/SPECS/`); // Make the code in /github/workspace/ into a tar.gz, located in /github/home/rpmbuild/SOURCES/