diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8c7bdf4..24e4640 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,20 +47,20 @@ jobs: # with: # name: carbonapp-arm64 # path: fyne-cross/dist/linux-arm64/ - - name: Release linux-amd64 + - name: Release dist uses: fnkr/github-action-ghr@v1 if: startsWith(github.ref, 'refs/tags/') env: - GHR_PATH: fyne-cross/dist/linux-amd64/ - GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} - GHR_REPLACE: true - - name: Release linux-arm64 - uses: fnkr/github-action-ghr@v1 - if: startsWith(github.ref, 'refs/tags/') - env: - GHR_PATH: fyne-cross/dist/linux-arm64/ + GHR_PATH: fyne-cross/dist/ GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} GHR_REPLACE: true + #- name: Release linux-arm64 + # uses: fnkr/github-action-ghr@v1 + # if: startsWith(github.ref, 'refs/tags/') + # env: + # GHR_PATH: fyne-cross/dist/linux-arm64/ + # GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} + # GHR_REPLACE: true #- uses: wangyoucao577/go-release-action@v1.51 # with: # github_token: ${{ secrets.GITHUB_TOKEN }}