Skip to content

Commit

Permalink
vx
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajlovecyber committed Jun 9, 2024
1 parent 99857d6 commit dc4e0e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
23 changes: 5 additions & 18 deletions .github/workflows/connector-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,10 @@ jobs:
name: whatsmyderverdoing-connector-linux
path: build

- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update GitHub Release
uses: softprops/action-gh-release@v1
with:
files: |
build/whatsmyderverdoing-connector
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: latest
release_name: Release
draft: false
prerelease: false

- name: Upload Release Asset (Linux)
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/whatsmyderverdoing-connector
asset_name: whatsmyderverdoing-connector-linux
asset_content_type: application/octet-stream
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_modules
tauri-ui/src-tauri/target
tauri-ui/node_modules
# Logs
logs

*.log
npm-debug.log*
yarn-debug.log*
Expand Down

0 comments on commit dc4e0e8

Please sign in to comment.