Skip to content

Commit

Permalink
Update release workflow and documentation to exclude mac .zip files a…
Browse files Browse the repository at this point in the history
…nd streamline binary uploads
  • Loading branch information
Jean-François Lamy committed Jan 14, 2025
1 parent c0f4d08 commit 6ed74f9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,27 +233,27 @@ jobs:
asset_name: owlcms-launcher_${{ env.DEB_TAG }}_amd64.deb
asset_content_type: application/octet-stream

- name: Upload binaries
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.build_mac.outputs.upload_url }}
asset_path: fyne-cross/bin/linux-arm64/owlcms-pi
asset_name: owlcms-pi
asset_content_type: application/octet-stream
# - name: Upload binaries
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ needs.build_mac.outputs.upload_url }}
# asset_path: fyne-cross/bin/linux-arm64/owlcms-pi
# asset_name: owlcms-pi
# asset_content_type: application/octet-stream

- name: Upload binaries
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.build_mac.outputs.upload_url }}
asset_path: fyne-cross/bin/linux-amd64/owlcms-linux
asset_name: owlcms-linux
asset_content_type: application/octet-stream
# - name: Upload binaries
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ needs.build_mac.outputs.upload_url }}
# asset_path: fyne-cross/bin/linux-amd64/owlcms-linux
# asset_name: owlcms-linux
# asset_content_type: application/octet-stream

- name: Upload binaries
- name: Upload Windows binary
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The control panel is installed once. It will automatically download the current
### Change Log for version _TAG_

- 1.7.1: Renamed the _arm64.dmg file to _intel.dmg as people refer to "intel mac"
- 1.7.1: Don't upload mac .zip files and straight linux binaries now that the installers work.
- Added a link to open owlcms on a localhost browser if it closed by mistake
- A configuration file is now available (`env.properties`) that allows setting any of the owlcms environment variables. This can be used to change the port, load testing data, set features, etc.
- Added Help menu with link to documentation and about with version number
Expand Down

0 comments on commit 6ed74f9

Please sign in to comment.