Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Dec 14, 2023
1 parent 91ea202 commit 93fdfca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snap_core20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
# full history for latest tag name
fetch-depth: 0
- run: rm -r snap && mv snap_core20 snap
- run: mv snap_core20 snap
- uses: snapcore/action-build@v1
id: build-snap20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap_core22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
# full history for latest tag name
fetch-depth: 0
- run: rm -r snap && mv snap_core22 snap
- run: mv snap_core22 snap
- uses: snapcore/action-build@v1
id: build-snap22

Expand Down

0 comments on commit 93fdfca

Please sign in to comment.