mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2025-12-09 22:40:42 -07:00
Remove absolute paths
This commit is contained in:
4
.github/workflows/master.yml
vendored
4
.github/workflows/master.yml
vendored
@@ -28,8 +28,8 @@ jobs:
|
||||
-
|
||||
name: Prune prod
|
||||
run: |
|
||||
rm -rf node_modules
|
||||
npm install --production
|
||||
npm run build-dep
|
||||
npm run prune
|
||||
-
|
||||
name: Set up Git
|
||||
env:
|
||||
|
||||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -48,9 +48,8 @@ jobs:
|
||||
-
|
||||
name: NPM production deps
|
||||
run: |
|
||||
rm -rf node_modules
|
||||
sed -i '/node_modules/d' .gitignore
|
||||
npm install --production
|
||||
npm run build-dep
|
||||
npm run prune
|
||||
-
|
||||
name: Commit and push changes
|
||||
run: |
|
||||
|
||||
4
.github/workflows/uncommited.yml
vendored
4
.github/workflows/uncommited.yml
vendored
@@ -25,8 +25,8 @@ jobs:
|
||||
-
|
||||
name: Prune prod
|
||||
run: |
|
||||
rm -rf node_modules
|
||||
npm install --production
|
||||
npm run build-dep
|
||||
npm run prune
|
||||
-
|
||||
name: Check for uncommitted changes
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user