Skip to content

Commit c9f5dca

Browse files
committed
optimized
1 parent 2dc7b80 commit c9f5dca

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/centos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- run: ./ppkg tree uppm
4242
- run: ./ppkg pack uppm
4343

44-
- run: tar vxf uppm-*-.tar.xz --strip-components=1
44+
- run: tar vxf uppm-*.tar.xz --strip-components=1
4545

4646
- run: echo "SSL_CERT_FILE=$HOME/.ppkg/core/cacert.pem" >> "$GITHUB_ENV"
4747

@@ -150,7 +150,7 @@ jobs:
150150
- run: ./ppkg tree uppm
151151
- run: ./ppkg pack uppm
152152

153-
- run: tar vxf uppm-*-.tar.xz --strip-components=1
153+
- run: tar vxf uppm-*.tar.xz --strip-components=1
154154

155155
- run: echo "SSL_CERT_FILE=$HOME/.ppkg/core/cacert.pem" >> "$GITHUB_ENV"
156156

.github/workflows/debian.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- run: ./ppkg tree uppm
4242
- run: ./ppkg pack uppm
4343

44-
- run: tar vxf uppm-*-.tar.xz --strip-components=1
44+
- run: tar vxf uppm-*.tar.xz --strip-components=1
4545

4646
- run: echo "SSL_CERT_FILE=$HOME/.ppkg/core/cacert.pem" >> "$GITHUB_ENV"
4747

.github/workflows/linuxmint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- run: ./ppkg tree uppm
4242
- run: ./ppkg pack uppm
4343

44-
- run: tar vxf uppm-*-.tar.xz --strip-components=1
44+
- run: tar vxf uppm-*.tar.xz --strip-components=1
4545

4646
- run: echo "SSL_CERT_FILE=$HOME/.ppkg/core/cacert.pem" >> "$GITHUB_ENV"
4747

.github/workflows/macos-ppkg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: ./ppkg tree uppm
3737
- run: ./ppkg pack uppm
3838

39-
- run: tar vxf uppm-*-.tar.xz --strip-components=1
39+
- run: tar vxf uppm-*.tar.xz --strip-components=1
4040

4141
- run: echo "SSL_CERT_FILE=$HOME/.ppkg/core/cacert.pem" >> "$GITHUB_ENV"
4242

.github/workflows/rockylinux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: ./ppkg tree uppm
4444
- run: ./ppkg pack uppm
4545

46-
- run: tar vxf uppm-*-.tar.xz --strip-components=1
46+
- run: tar vxf uppm-*.tar.xz --strip-components=1
4747

4848
- run: echo "SSL_CERT_FILE=$HOME/.ppkg/core/cacert.pem" >> "$GITHUB_ENV"
4949

.github/workflows/ubuntu-ppkg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: ./ppkg tree uppm
3737
- run: ./ppkg pack uppm
3838

39-
- run: tar vxf uppm-*-.tar.xz --strip-components=1
39+
- run: tar vxf uppm-*.tar.xz --strip-components=1
4040

4141
- run: echo "SSL_CERT_FILE=$HOME/.ppkg/core/cacert.pem" >> "$GITHUB_ENV"
4242

0 commit comments

Comments
 (0)