mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-02-22 17:55:26 +00:00
upd
gcc version artifact path
This commit is contained in:
parent
57266334e8
commit
aa6317c79e
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Set up GCC
|
- name: Set up GCC
|
||||||
uses: egor-tensin/setup-mingw@v2.2.0
|
uses: egor-tensin/setup-mingw@v2.2.0
|
||||||
with:
|
with:
|
||||||
version: 12.2.0
|
version: 13.2.0
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make
|
run: make
|
||||||
@ -27,7 +27,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: vmrcli
|
name: vmrcli
|
||||||
path: ./dist
|
path: ./bin/vmrcli.exe
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
@ -57,6 +57,6 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./dist
|
asset_path: ./bin/vmrcli.exe
|
||||||
asset_name: vmrcli.zip
|
asset_name: vmrcli.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
Loading…
Reference in New Issue
Block a user