Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Jul 31, 2024
1 parent 2dc7b80 commit c9f5dca
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: ./ppkg tree uppm
- run: ./ppkg pack uppm

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

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

Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- run: ./ppkg tree uppm
- run: ./ppkg pack uppm

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

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: ./ppkg tree uppm
- run: ./ppkg pack uppm

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

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linuxmint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: ./ppkg tree uppm
- run: ./ppkg pack uppm

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

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-ppkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: ./ppkg tree uppm
- run: ./ppkg pack uppm

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

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rockylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- run: ./ppkg tree uppm
- run: ./ppkg pack uppm

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

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-ppkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: ./ppkg tree uppm
- run: ./ppkg pack uppm

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

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

Expand Down

0 comments on commit c9f5dca

Please sign in to comment.