Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jed-wemade authored May 31, 2024
1 parent 0714ce9 commit e86060a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
go-version: '1.19'

- name: Build Go-WEMIX tarball
run: make gwemix.tar.gz
#- name: Build Go-WEMIX tarball
# run: make gwemix.tar.gz

- name: Stat Go-WEMIX tarball
run: ls -l build/gwemix.tar.gz && tar tf build/gwemix.tar.gz
Expand All @@ -38,7 +38,9 @@ jobs:
# Identify the release as a prerelease. Defaults to false
prerelease: true
# Newline-delimited list of path globs for asset files to upload
#files: # optional
files:
README.md
Dockerfile
# Fails if any of the `files` globs match nothing. Defaults to false
#fail_on_unmatched_files: # optional
# Repository to make releases against, in <owner>/<repo> format
Expand Down

0 comments on commit e86060a

Please sign in to comment.