Skip to content

Commit

Permalink
Update build_electron_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai authored May 6, 2024
1 parent 5c7a35e commit cdda57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_electron_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
- name: Download Windows Artifact
uses: actions/download-artifact@v3
with:
name: windows-latest-artifact
name: windows-artifact
path: dist
- name: Download macOS Artifact
uses: actions/download-artifact@v3
with:
name: macos-latest-artifact
name: macos-artifact
path: dist
- run: git fetch --tags
- run: echo "RELEASE_TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
Expand Down

0 comments on commit cdda57c

Please sign in to comment.