Skip to content

Commit 90f3d6a

Browse files
authored
Update release.yml
1 parent a93a15d commit 90f3d6a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,12 @@ jobs:
5656
pnpm run build
5757
5858
- name: Download Latest Release
59-
# You may pin to the exact commit or the version.
60-
# uses: robinraju/release-downloader@95181030e3b4d574d027e8f4bb7d97fc62331c35
6159
uses: robinraju/release-downloader@v1.2
6260
with:
63-
# A flag to choose between latest release and remaining releases
61+
repository: ${{ github.repository }}
6462
latest: true
65-
# Name of the file to download (use '*' to download all assets other than tarball or zipball)
6663
fileName: '*'
6764
out-file-path: './latest-release'
68-
# Github token to access private repos
6965
token: ${{ secrets.GITHUB_TOKEN }}
7066

7167
- if: hashFiles('latest-release/*') != hashFiles('electron/dist/*')

0 commit comments

Comments
 (0)