Skip to content

Commit

Permalink
[ CI ]: Lets make sure to build and upload artifacts too now
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinvlba committed Dec 5, 2023
1 parent 2c572f0 commit 630beac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
upload-artifact:
runs-on: ubuntu-latest
name: Build apktool.jar
if: github.repository == 'iBotPeaches/Apktool' && github.ref == 'refs/heads/master'
if: github.repository == 'PWN-Term/Apktool' && github.ref == 'refs/heads/master'
needs:
- build-and-test-with-Java-8-and-later
steps:
Expand Down

0 comments on commit 630beac

Please sign in to comment.