Skip to content

Commit

Permalink
Updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
chdominguez committed Sep 10, 2024
1 parent eadad9b commit f7b9327
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,11 @@ jobs:
- name: Build the plugin
run: bash build_plugin.sh

- name: Create release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref }}
release_name: Set All Remotes ${{ github.ref }}
draft: false
prerelease: false

- name: Upload release asset
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./set_all_remotes.hp
asset_name: set_all_remotes.hp
asset_content_type: application/octet-stream
files: |
set_all_remotes.hp
- name: Upload to Horus plugin repository
run: |
Expand Down

0 comments on commit f7b9327

Please sign in to comment.