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

@@ -39,14 +39,15 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
name: x86_64-pc-windows-msvc 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 - uses: actions/download-artifact@v4
with: with:
name: i686-pc-windows-msvc name: i686-pc-windows-msvc
- run: mv ./armatak.dll ./target/release/armatak.dll
- name: Setup HEMTT - name: Setup HEMTT
uses: arma-actions/hemtt@v1 uses: arma-actions/hemtt@v1
- name: Build - name: Build

View File

@@ -40,7 +40,7 @@ jobs:
with: with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK }} webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
username: ARMATAK 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-title: ${{ github.repository }} Updated and Published
embed-url: 'https://github.com/${{ github.repository }}' embed-url: 'https://github.com/${{ github.repository }}'
embed-description: Commit ${{ github.sha }} - ${{ github.event.head_commit.message }} authorized and updated on Steam Workshop! embed-description: Commit ${{ github.sha }} - ${{ github.event.head_commit.message }} authorized and updated on Steam Workshop!