mirror of
https://github.com/rfvgyhn/min-ed-launcher.git
synced 2026-02-04 14:05:42 +00:00
try to match artifacts path to expected location
This commit is contained in:
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
@ -45,8 +45,10 @@ jobs:
|
||||
if: ${{ matrix.target == 'linux-x64' }}
|
||||
run: ./publish.sh
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: artifacts
|
||||
path: artifacts/*
|
||||
retention-days: 1
|
||||
|
||||
@ -58,9 +60,11 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
path: artifacts
|
||||
name: artifacts
|
||||
path: ./
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Show files
|
||||
|
||||
Reference in New Issue
Block a user