mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-02-22 01:35: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
|
||||
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
|
Loading…
Reference in New Issue
Block a user