We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93a15d commit 90f3d6aCopy full SHA for 90f3d6a
.github/workflows/release.yml
@@ -56,16 +56,12 @@ jobs:
56
pnpm run build
57
58
- name: Download Latest Release
59
- # You may pin to the exact commit or the version.
60
- # uses: robinraju/release-downloader@95181030e3b4d574d027e8f4bb7d97fc62331c35
61
uses: robinraju/release-downloader@v1.2
62
with:
63
- # A flag to choose between latest release and remaining releases
+ repository: ${{ github.repository }}
64
latest: true
65
- # Name of the file to download (use '*' to download all assets other than tarball or zipball)
66
fileName: '*'
67
out-file-path: './latest-release'
68
- # Github token to access private repos
69
token: ${{ secrets.GITHUB_TOKEN }}
70
71
- if: hashFiles('latest-release/*') != hashFiles('electron/dist/*')
0 commit comments