forked from Lightshow/All-white
Suppression des fichier en double
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
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
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
- name: Upload wav to release
|
- name: Upload wav to release
|
||||||
@@ -25,6 +25,6 @@ jobs:
|
|||||||
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
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
Reference in New Issue
Block a user