Skip to content

Commit 4ed3dce

Browse files
committed
Revert changes in release process, refs #22
1 parent 0196184 commit 4ed3dce

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: make clean release-unsigned
1818
- name: Create Release
1919
id: create_release
20-
uses: actions/create-release@v1.0.0
20+
uses: actions/create-release@v1
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:
@@ -27,17 +27,16 @@ jobs:
2727
prerelease: false
2828

2929
#
30-
# Note: I am changing the release process due to Apple Notarization requirements,
30+
# Note: this release process does not comply with the Apple Notarization requirements,
3131
# see https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution
32-
#
33-
#
34-
# - name: Upload Release Asset
35-
# id: upload-release-asset
36-
# uses: actions/upload-release-asset@v1.0.1
37-
# env:
38-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
# with:
40-
# upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
41-
# asset_path: ./BeoplayRemoteGUI.dmg
42-
# asset_name: BeoplayRemoteGUI.dmg
43-
# asset_content_type: application/octet-stream
32+
33+
- name: Upload Release Asset
34+
id: upload-release-asset
35+
uses: actions/upload-release-asset@v1
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
with:
39+
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
40+
asset_path: ./BeoplayRemoteGUI.dmg
41+
asset_name: BeoplayRemoteGUI.dmg
42+
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)