Skip to content

Commit

Permalink
Update build-windows-executable-app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m authored Mar 22, 2024
1 parent 231fd0e commit f03ae1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Download vue js as artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: vue-js-dist
path: js-dist
Expand Down

0 comments on commit f03ae1b

Please sign in to comment.