mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 18:11:27 -07:00
Merge branch 'version-2.4.0' of https://github.com/pizzaboxer/bloxstrap into version-2.4.0
This commit is contained in:
commit
55140eb948
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Bloxstrap (${{ matrix.configuration }}, x64)
|
name: Bloxstrap (${{ matrix.configuration }})
|
||||||
path: |
|
path: |
|
||||||
.\Bloxstrap\bin\${{ matrix.configuration }}\net6.0-windows\win-x64\publish\*
|
.\Bloxstrap\bin\${{ matrix.configuration }}\net6.0-windows\win-x64\publish\*
|
||||||
|
|
||||||
@ -43,17 +43,17 @@ jobs:
|
|||||||
- name: Download x64 release artifact
|
- name: Download x64 release artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Bloxstrap (Release, x64)
|
name: Bloxstrap (Release)
|
||||||
path: x64
|
path: x64
|
||||||
|
|
||||||
- name: Rename binaries
|
- name: Rename binaries
|
||||||
run: |
|
run: |
|
||||||
mv x64/Bloxstrap.exe Bloxstrap-${{ github.ref_name }}-x64.exe
|
mv x64/Bloxstrap.exe Bloxstrap-${{ github.ref_name }}.exe
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
draft: true
|
draft: true
|
||||||
files: |
|
files: |
|
||||||
Bloxstrap-${{ github.ref_name }}-x64.exe
|
Bloxstrap-${{ github.ref_name }}.exe
|
||||||
name: Bloxstrap ${{ github.ref_name }}
|
name: Bloxstrap ${{ github.ref_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user