mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-06 07:56:56 +08:00
Update GitHub Artifact Actions
This commit is contained in:
@@ -203,7 +203,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
if: github.event.inputs.build_os == matrix.filter || github.event.inputs.build_os == 'All'
|
if: github.event.inputs.build_os == matrix.filter || github.event.inputs.build_os == 'All'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.filter }}-artifacts
|
name: ${{ matrix.filter }}-artifacts
|
||||||
path: |
|
path: |
|
||||||
@@ -221,7 +221,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload yml artifacts
|
- name: Upload yml artifacts
|
||||||
if: github.event.inputs.build_os == matrix.filter || github.event.inputs.build_os == 'All'
|
if: github.event.inputs.build_os == matrix.filter || github.event.inputs.build_os == 'All'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.filter }}-yml
|
name: ${{ matrix.filter }}-yml
|
||||||
path: dist_electron/**/*.yml
|
path: dist_electron/**/*.yml
|
||||||
@@ -254,13 +254,13 @@ jobs:
|
|||||||
./scripts/generate-release-notes.sh
|
./scripts/generate-release-notes.sh
|
||||||
|
|
||||||
- name: Download All Artifacts
|
- name: Download All Artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
pattern: '*-artifacts'
|
pattern: '*-artifacts'
|
||||||
path: ./artifacts
|
path: ./artifacts
|
||||||
|
|
||||||
- name: Download YML Artifacts
|
- name: Download YML Artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
pattern: '*-yml'
|
pattern: '*-yml'
|
||||||
path: ./yml-artifacts
|
path: ./yml-artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user