PAssge à gitea action qui support une url personalisée
All checks were successful
Publish / Build and upload docker image (release) Successful in 37s
All checks were successful
Publish / Build and upload docker image (release) Successful in 37s
This commit is contained in:
@@ -10,17 +10,10 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
- name: Upload to release
|
||||
uses: JasonEtco/upload-to-release@master
|
||||
with:
|
||||
args: White-light.wav
|
||||
- uses: akkuman/gitea-release-action@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
- name: Upload to release
|
||||
uses: JasonEtco/upload-to-release@master
|
||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||
with:
|
||||
args: White-light.fseq
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
files: |-
|
||||
White-light.fseq\
|
||||
White-light.wav
|
||||
Reference in New Issue
Block a user