Skip to content

Commit

Permalink
use relase wf
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jun 17, 2024
1 parent ad14e22 commit 07b5c8e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,16 @@ 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: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: linux-amd64
path: fyne-cross/dist/linux-amd64/
#- name: Upload artifacts
# uses: actions/upload-artifact@v4
# with:
# name: linux-amd64
# path: fyne-cross/dist/linux-amd64/
- name: Release
uses: fnkr/github-action-ghr@v1
#if: startsWith(github.ref, 'refs/tags/')
env:
GHR_PATH: fyne-cross/dist/linux-amd64/
#- uses: wangyoucao577/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 07b5c8e

Please sign in to comment.