Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Salanto committed May 18, 2024
1 parent d03493f commit 8074ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
name: Attorney_Online-${{runner.os}}-msvc64
name: Attorney_Online-Windows
path: ${{github.workspace}}/bin

build-linux:
Expand Down Expand Up @@ -215,5 +215,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
name: Attorney_Online-ubuntu-latest
name: Attorney_Online-Linux
path: ${{github.workspace}}/bin/Attorney_Online.tar

0 comments on commit 8074ccc

Please sign in to comment.