Skip to content

Commit

Permalink
fix: update file ref
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli authored Feb 22, 2024
1 parent d0da4c2 commit 99d8e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fig2sketch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- uses: italia/figma-to-sketch-action@v1.0.0 # https://github.com/italia/figma-to-sketch-action
with:
files: 'test-ui.fig|test-ui-2.fig' # File di input .fig (Figma) separati da `|`
files: 'asl-modello-sito.fig|asl-modello-sito.fig' # File di input .fig (Figma) separati da `|`
output_files: 'test-ui.sketch|test-ui-2.sketch' # File di output .sketch (Sketch) risultanti separati da `|`
- uses: ncipollo/release-action@v1
with:
artifacts: '*.fig,*.sketch'
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
makeLatest: true
omitBodyDuringUpdate: true
omitBodyDuringUpdate: true

0 comments on commit 99d8e3a

Please sign in to comment.