Tentative d'indiquer le chemin complet
Some checks failed
Publish / Publish binaries (push) Failing after 21s
Some checks failed
Publish / Publish binaries (push) Failing after 21s
This commit is contained in:
@@ -12,18 +12,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: List Files
|
|
||||||
id: list-files
|
|
||||||
uses: mirko-felice/list-files-action@v3.0.5
|
|
||||||
with:
|
|
||||||
repo: ${{ github.repository }}
|
|
||||||
ref: ${{ github.ref }}
|
|
||||||
path: "."
|
|
||||||
- name: Upload fseq to release
|
- name: Upload fseq to release
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: White-light.fseq
|
file: ./White-light.fseq
|
||||||
asset_name: White-light.fseq
|
asset_name: White-light.fseq
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
@@ -31,7 +24,7 @@ jobs:
|
|||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: White-light.wav
|
file: ./White-light.wav
|
||||||
asset_name: White-light.wav
|
asset_name: White-light.wav
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
Reference in New Issue
Block a user