We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53c4d1 commit 88e79afCopy full SHA for 88e79af
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
id: create_release
35
uses: actions/create-release@v1
36
env:
37
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
38
with:
39
tag_name: ${{ github.ref }}
40
release_name: Release ${{ github.ref }}
@@ -44,7 +44,7 @@ jobs:
44
- name: Upload Release Assets
45
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' || matrix.os == 'windows-latest' }}
46
47
48
run: |
49
for file in dist/*.{exe,dmg,AppImage}; do
50
if [[ -f "$file" ]]; then
0 commit comments