7
0
mirror of https://gitlab.com/raylibtemplates/rt.git synced 2026-06-05 02:00:54 -04:00

Update cmake-multi-platform.yml

This commit is contained in:
2025-11-06 23:28:13 +00:00
committed by GitHub
parent d572ad4231
commit a211dfa668

View File

@@ -65,12 +65,7 @@ jobs:
- name: Install Windows Dependencies
if: runner.os == 'Windows'
run: |
# Download xxd for Windows
curl -L -o xxd.exe https://github.com/easyaspi314/xxd-standalone/releases/download/v1.0.0/xxd.exe
# Add the current directory to PATH so xxd can be found
echo "${{ github.workspace }}" >> $GITHUB_PATH
shell: bash
uses: git-for-windows/setup-git-for-windows@v1
- name: Cache CMake files
uses: actions/cache@v3
@@ -135,12 +130,12 @@ jobs:
fi
shell: bash
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: ${{ matrix.artifact_name }}.zip
draft: false
prerelease: false
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ matrix.artifact_name }}.zip
asset_name: ${{ matrix.artifact_name }}.zip
asset_content_type: application/zip