Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaN3xus committed Oct 4, 2023
1 parent b492095 commit 470d3cf
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 @@ -18,7 +18,7 @@ jobs:
- name: Build the project
run: |
dotnet build -c Release
cp LinspirerAppStoreEnumerator.NET/binary/* LinspirerAppStoreEnumerator.NET/bin/Release/net6.0/
cp LinspirerAppStoreEnumerator.NET/binary/aapt2-linux LinspirerAppStoreEnumerator.NET/bin/Release/net6.0/
- name: Upload build
uses: actions/upload-artifact@v3
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Build the project
run: |
dotnet build -c Release
copy LinspirerAppStoreEnumerator.NET\binary\* LinspirerAppStoreEnumerator.NET\bin\Release\net6.0\
copy LinspirerAppStoreEnumerator.NET\binary\aapt2-win.exe LinspirerAppStoreEnumerator.NET\bin\Release\net6.0\
- name: Upload build
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 470d3cf

Please sign in to comment.