Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
extedcouD committed Jul 9, 2024
1 parent 6f2dc91 commit e800d9c
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,26 +72,26 @@ jobs:
Changes in this release:
- AUTO RELEASE WITH TAG CREATION ${{ github.ref }}
- name: Upload Windows binary to release
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: backend-editor/component-modifier/component-modifier-binary-win.exe
asset_name: component-modifier-binary-win.exe
asset_content_type: application/octet-stream
# - name: Upload Windows binary to release
# uses: actions/upload-release-asset@v1
# with:
# upload_url: ${{ github.event.release.upload_url }}
# asset_path: backend-editor/component-modifier/component-modifier-binary-win.exe
# asset_name: component-modifier-binary-win.exe
# asset_content_type: application/octet-stream

- name: Upload Linux binary to release
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: backend-editor/component-modifier/component-modifier-binary-linux
asset_name: component-modifier-binary-linux
asset_content_type: application/octet-stream
# - name: Upload Linux binary to release
# uses: actions/upload-release-asset@v1
# with:
# upload_url: ${{ github.event.release.upload_url }}
# asset_path: backend-editor/component-modifier/component-modifier-binary-linux
# asset_name: component-modifier-binary-linux
# asset_content_type: application/octet-stream

- name: Upload Mac binary to release
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: backend-editor/component-modifier/component-modifier-binary-macos
asset_name: component-modifier-binary-macos
asset_content_type: application/octet-stream
# - name: Upload Mac binary to release
# uses: actions/upload-release-asset@v1
# with:
# upload_url: ${{ github.event.release.upload_url }}
# asset_path: backend-editor/component-modifier/component-modifier-binary-macos
# asset_name: component-modifier-binary-macos
# asset_content_type: application/octet-stream

0 comments on commit e800d9c

Please sign in to comment.