File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments