Skip to content

Commit

Permalink
fix missing artifacts from fyne-cross output
Browse files Browse the repository at this point in the history
  • Loading branch information
looterz committed Aug 5, 2024
1 parent 9b50443 commit ef6bab0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: List fyne-cross directory
run: |
ls -R fyne-cross
9 changes: 7 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ builds:
- skip: true

archives:
- format: zip
- id: default
format: zip
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
files:
- LICENSE
- README.md
- fyne-cross/bin/windows-amd64/*
- fyne-cross/bin/windows-amd64/SteamUpdateManager.exe

release:
extra_files:
- glob: ./fyne-cross/bin/windows-amd64/SteamUpdateManager.exe

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit ef6bab0

Please sign in to comment.