Changement de méthode pour les release
All checks were successful
Publish / Build and upload docker image (release) Successful in 40s
All checks were successful
Publish / Build and upload docker image (release) Successful in 40s
This commit is contained in:
@@ -8,6 +8,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Pull source
|
- name: Pull source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Create dir
|
||||||
|
run: mkdir -p bin
|
||||||
|
- name: Copy files
|
||||||
|
run: cp White-light.wav bin/ && cp White-light.fseq bin/
|
||||||
|
|
||||||
|
|
||||||
- uses: akkuman/gitea-release-action@v1
|
- uses: akkuman/gitea-release-action@v1
|
||||||
@@ -15,5 +19,7 @@ jobs:
|
|||||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
White-light.fseq\
|
bin/**
|
||||||
White-light.wav
|
|
||||||
|
- name: Remove file
|
||||||
|
run: rm -rdf bin/
|
||||||
Reference in New Issue
Block a user