diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be5cc49..7a66041 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,8 +36,6 @@ jobs: asset_path: MMRelay_setup.exe asset_name: MMRelay_setup.exe asset_content_type: application/octet-stream - tag_name: ${{ github.event.release.tag_name }} - release_id: ${{ github.event.release.id }} upload_url: ${{ github.event.release.upload_url }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/requirements.txt b/requirements.txt index 0cb5b9c..a59a84a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -meshtastic -matrix-nio \ No newline at end of file +meshtastic==2.1.6 +matrix-nio==0.20.2 \ No newline at end of file