This commit is contained in:
Valmo Trindade
2024-09-19 00:59:25 -03:00
parent 5c49a26aa4
commit aaabd89793
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: x86_64-pc-windows-msvc
- run: mv ./armatak.dll ./armatak_x64.dll
- run: mv armatak.dll armatak_x64.dll
- uses: actions/download-artifact@v2
with:
name: i686-pc-windows-msvc

View File

@@ -2,7 +2,7 @@ name: Publish_Beta
on:
push:
branches: [ dev ]
branches: [ main ]
jobs:
build_extension: