diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 5b7b5a7..3198bc9 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -19,7 +19,7 @@ jobs: artifact: ${{ steps.upload-artifact.outputs.artifact }} env: ext: ".AppImage" - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GHT }} steps: - name: Checkout git repo @@ -55,7 +55,7 @@ jobs: artifact: ${{ steps.upload-artifact.outputs.artifact }} env: ext: ".exe" - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GHT }} steps: - name: Checkout git repo @@ -91,7 +91,7 @@ jobs: artifact: ${{ steps.upload-artifact.outputs.artifact }} env: ext: ".dmg" - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GHT }} steps: - name: Checkout git repo @@ -125,7 +125,7 @@ jobs: runs-on: ubuntu-latest needs: [build-linux, build-windows, build-macos] env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GHT }} steps: - name: Checkout git repo @@ -154,7 +154,7 @@ jobs: path: dist/macos - name: Display structure of downloaded files - run: ls -R && ls -R dist && ls -R dist/linux && ls -R dist/windows && ls -R dist/macos + run: ls -R dist - name: Upload Release id: create_release