Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 authored Jul 18, 2023
1 parent 9e8b77a commit 408e6ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
- name: DBG1
run: dir Build/
- name: DBG
run: dir Build/netfx3.5-Debug/x64
- name: Upload Artifact
run: dir Build/netfx4-Debug/x64
- name: Upload x86 Artifacts
uses: actions/upload-artifact@v3
with:
name: x86
path: |
Build/netfx3.5-Debug/x86/*.dll
Build/netfx3.5-Debug/x86/*.XML
Build/netfx4-Debug/x86/*.dll
Build/netfx4-Debug/x86/*.XML
- name: Upload Artifact
- name: Upload x64 Artifacts
uses: actions/upload-artifact@v3
with:
name: x64
path: |
Build/netfx3.5-Debug/x64/*.dll
Build/netfx4-Debug/x64/*.dll

0 comments on commit 408e6ab

Please sign in to comment.