Skip to content

Commit 82519e1

Browse files
authored
Update release_linux.yml
1 parent 333b375 commit 82519e1

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release_linux.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
sudo apt-get install -y libasound2-dev # Install ALSA development libraries
2727
sudo apt-get install -y pkg-config # Ensure pkg-config is installed
2828
29-
# Install dependencies (this step is just to ensure the release build works)
30-
- name: Install dependencies
31-
run: |
32-
cargo build --release
33-
3429
# Build for Linux (this is where the actual build for the target is done)
3530
- name: Build for Linux
3631
run: |
@@ -50,5 +45,5 @@ jobs:
5045
- name: Upload binaries to GitHub release
5146
uses: softprops/action-gh-release@v2.2.2 # Use the updated version of gh-release
5247
with:
53-
token: ${{ secrets.GITHUB_TOKEN }} # GitHub token for authentication
48+
token: ${{ secrets.GH_PAT_CLI_MENU }} # GitHub token for authentication
5449
files: target/release/binaries/* # Upload all files in the binaries folder

0 commit comments

Comments
 (0)