diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 638cfb149..553ab945b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,8 @@ jobs: shell: bash - name: Release uses: xresloader/upload-to-github-release@v1.3.2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: file: target/*.deb;target/*.rpm tags: true @@ -27,6 +29,8 @@ jobs: shell: bash - name: Release uses: xresloader/upload-to-github-release@v1.3.2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: file: target/*.msi tags: true @@ -40,6 +44,8 @@ jobs: shell: bash - name: Release uses: xresloader/upload-to-github-release@v1.3.2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: file: target/*.dmg tags: true