Skip to content

Commit

Permalink
Merge pull request #44 from BomberFish/main
Browse files Browse the repository at this point in the history
Improve actions and remove .DS_Store
  • Loading branch information
sourcelocation committed Jan 31, 2023
2 parents 44e176f + 74c62a7 commit fa85ff8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Install Theos
uses: Randomblock1/[email protected]
- name: build
run: bash ipabuild.sh
run: ./ipabuild.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: TrollTools.tipa
path: /Users/runner/work/${{github.event.repository.name}}/${{github.event.repository.name}}/build/TrollTools.tipa
path: build/TrollTools.tipa
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
build
.DS_Store
*/.DS_Store
RootHelper/.theos
RootHelper/.theos/*

0 comments on commit fa85ff8

Please sign in to comment.