Liste les fichiers present
Some checks failed
Publish / Publish binaries (push) Failing after 1m49s

This commit is contained in:
Quentin Millardet
2025-05-08 23:39:28 +02:00
parent 9e0f08f62a
commit be0ad11940

View File

@@ -12,6 +12,13 @@ jobs:
steps:
- 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
uses: svenstaro/upload-release-action@v2
with: