🔧 update actions/upload-artifac
This commit is contained in:
2
.github/workflows/pake-cli.yaml
vendored
2
.github/workflows/pake-cli.yaml
vendored
@@ -131,7 +131,7 @@ jobs:
|
|||||||
TARGETS: ${{ inputs.targets }}
|
TARGETS: ${{ inputs.targets }}
|
||||||
|
|
||||||
- name: Upload archive
|
- name: Upload archive
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: output-${{ inputs.platform }}.zip
|
name: output-${{ inputs.platform }}.zip
|
||||||
path: node_modules/pake-cli/output/*
|
path: node_modules/pake-cli/output/*
|
||||||
|
|||||||
2
.github/workflows/pake_build_single_app.yaml
vendored
2
.github/workflows/pake_build_single_app.yaml
vendored
@@ -141,7 +141,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
|
||||||
- name: Upload For Single Build
|
- name: Upload For Single Build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: startsWith(github.ref, 'refs/tags/') != true
|
if: startsWith(github.ref, 'refs/tags/') != true
|
||||||
with:
|
with:
|
||||||
path: 'output/*/*.*'
|
path: 'output/*/*.*'
|
||||||
|
|||||||
Reference in New Issue
Block a user