Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Check if the folder /dest is already create or not.
  • Loading branch information
SilentCraftsman authored Dec 28, 2024
1 parent b4b8867 commit aa14335
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [main]

workflow_dispatch: # Lancement manuel (ferrara)
workflow_dispatch: # Lancement manuel

jobs:
build:
Expand All @@ -21,6 +21,9 @@ jobs:

- run: gulp build

# Ajouter une étape pour vérifier si le dossier dest/ existe réellement
- run: ls -l dest/

- uses: actions/upload-artifact@v3
with:
name: MyPackage
Expand Down

0 comments on commit aa14335

Please sign in to comment.