Skip to content

Commit

Permalink
chore: make mod zip available as test job artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Serov committed Nov 23, 2024
1 parent 61edd77 commit a08a37d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:
luacheck ./src/*.lua
luacheck ./src/todo/*.lua
faketorio package -c .github/.faketorio -v
- name: Get the mod zip as artifact
uses: actions/upload-artifact@v4
with:
name: Todo-List
path: target/*.zip

0 comments on commit a08a37d

Please sign in to comment.