From aa6317c79eb091f6e3d9dbf7df4f9cb060220840 Mon Sep 17 00:00:00 2001 From: Onyx and Iris Date: Mon, 17 Feb 2025 16:04:28 +0000 Subject: [PATCH] upd gcc version artifact path --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15d1965..240e949 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Set up GCC uses: egor-tensin/setup-mingw@v2.2.0 with: - version: 12.2.0 + version: 13.2.0 - name: Build run: make @@ -27,7 +27,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: vmrcli - path: ./dist + path: ./bin/vmrcli.exe release: needs: build @@ -57,6 +57,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./dist + asset_path: ./bin/vmrcli.exe asset_name: vmrcli.zip asset_content_type: application/zip \ No newline at end of file