trying to make dlls work on actions

This commit is contained in:
Valmo Trindade
2024-09-19 02:30:02 -03:00
parent e1a097a17b
commit 18f3e91550
2 changed files with 4 additions and 3 deletions

View File

@@ -43,10 +43,11 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: x86_64-pc-windows-msvc
- run: mv ./armatak.dll ./armatak_x64.dll
- run: mv ./armatak.dll ./target/release/armatak_x64.dll
- uses: actions/download-artifact@v4
with:
name: i686-pc-windows-msvc
- run: mv ./armatak.dll ./target/release/armatak.dll
- name: Setup HEMTT
uses: arma-actions/hemtt@v1
- name: Build

View File

@@ -40,7 +40,7 @@ jobs:
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
username: ARMATAK
avatar-url: https://media.githubusercontent.com/media/${{ github.repository }}/main/files/picture.png
avatar-url: https://media.githubusercontent.com/media/${{ github.repository }}/main/picture.png
embed-title: ${{ github.repository }} Updated and Published
embed-url: 'https://github.com/${{ github.repository }}'
embed-description: Commit ${{ github.sha }} - ${{ github.event.head_commit.message }} authorized and updated on Steam Workshop!