Skip to content

Commit

Permalink
make release per hand
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jun 17, 2024
1 parent 3ef8bf5 commit 8f0a049
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit 8f0a049

Please sign in to comment.