Skip to content

Commit

Permalink
Merge pull request #36 from FixeQyt/patch-2
Browse files Browse the repository at this point in the history
Fix some things in build.yml
  • Loading branch information
NotroDev authored Mar 22, 2024
2 parents 0c821af + 3c66ec9 commit 029a299
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 @@ -105,7 +105,7 @@ jobs:
mkdir -p "SkEditorFiles/usr/share/applications"
cd SkEditorFiles/usr/share/applications
wget -O SkEditor.desktop -r 'https://www.dropbox.com/scl/fi/vy8j6uil0aj1k3mhjbq1n/SkEditor.desktop?rlkey=xhvi3ay35g1afox23pgvu0ht4&dl=1'
cp /home/runner/work/SkEditor/SkEditor.png /home/runner/work/SkEditor/SkEditor/SkEditorFiles/opt/SkEditor/SkEditor.png
wget -O /home/runner/work/SkEditor/SkEditor/SkEditorFiles/opt/SkEditor/SkEditor.png https://raw.githubusercontent.com/SkEditorTeam/SkEditor/main/SkEditor.png
mkdir -p "/home/runner/work/SkEditor/SkEditor/SkEditorFiles/DEBIAN"
cd /home/runner/work/SkEditor/SkEditor/SkEditorFiles/DEBIAN
pwd
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
mkdir -p "SkEditorFilesx/usr/share/applications"
cd SkEditorFilesx/usr/share/applications
wget -O SkEditor.desktop -r 'https://www.dropbox.com/scl/fi/vy8j6uil0aj1k3mhjbq1n/SkEditor.desktop?rlkey=xhvi3ay35g1afox23pgvu0ht4&dl=1'
cp /home/runner/work/SkEditor/SkEditor.png /home/runner/work/SkEditor/SkEditor/SkEditorFiles/opt/SkEditor/SkEditor.png
wget -O /home/runner/work/SkEditor/SkEditor/SkEditorFiles/opt/SkEditor/SkEditor.png https://raw.githubusercontent.com/SkEditorTeam/SkEditor/main/SkEditor.png
mkdir -p "/home/runner/work/SkEditor/SkEditor/SkEditorFilesx/DEBIAN"
cd /home/runner/work/SkEditor/SkEditor/SkEditorFilesx/DEBIAN
pwd
Expand Down

0 comments on commit 029a299

Please sign in to comment.