Skip to content

Commit

Permalink
Fix: GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
RivMt committed Aug 14, 2023
1 parent 295ca27 commit e2afd1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-icon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install inkscape
run: apt update && apt install inkscape
run: sudo apt update && sudo apt install inkscape
- name: Run build script
run: chmod +x ./build.sh && ./build.sh
- name: Archive icons
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
outputSize=512
echo "Begin conversion..."
echo ""
mkdir out
for file in ./res/*.svg;
do
filename=$(basename -- "$file")
Expand Down

0 comments on commit e2afd1c

Please sign in to comment.