diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e803fb8..03434d1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,26 +35,6 @@ jobs: #sudo apt update #sudo apt-get -y install bc gcc libgl1-mesa-dev libwayland-dev libx11-dev libxkbcommon-dev xorg-dev xvfb #sudo apt-get -y install libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev gcc pkg-config libxxf86vm-dev - - name: release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} - with: - tag_name: v${{ github.ref }} - release_name: Release ${{ github.ref }} - draft: false - prerelease: false - #- name: Upload artifacts for linux-amd64 - # uses: actions/upload-artifact@v4 - # with: - # name: carbonapp-amd64 - # path: fyne-cross/dist/linux-amd64/ - #- name: Upload artifacts for linux-arm64 - # uses: actions/upload-artifact@v4 - # with: - # name: carbonapp-arm64 - # path: fyne-cross/dist/linux-arm64/ - name: Release linux-amd64 uses: fnkr/github-action-ghr@v1 if: startsWith(github.ref, 'refs/tags/')