From 18f3e91550fd02ab76826445ce898d1b03240e06 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Thu, 19 Sep 2024 02:30:02 -0300 Subject: [PATCH] trying to make dlls work on actions --- .github/workflows/pack_early.yaml | 5 +++-- .github/workflows/publish.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pack_early.yaml b/.github/workflows/pack_early.yaml index 5f2c917..f66b5dc 100644 --- a/.github/workflows/pack_early.yaml +++ b/.github/workflows/pack_early.yaml @@ -39,14 +39,15 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - + - 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 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2b891dd..8e86356 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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!