Skip to content

Commit

Permalink
Zip Linux CI build before uploading the artifact to preserve executab…
Browse files Browse the repository at this point in the history
…le flag (fixes #57)
  • Loading branch information
tech-ticks committed Oct 15, 2021
1 parent cf015c6 commit 0f62cda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Expand Up @@ -69,13 +69,14 @@ jobs:
# Linux
curl https://cdn.discordapp.com/attachments/830753390824783875/894197154665599057/hactool -L -o SkyEditor.UI/bin/Release/net5.0/linux-x64/publish/hactool
chmod +x SkyEditor.UI/bin/Release/net5.0/linux-x64/publish/hactool
zip -r DreamNexus-linux.zip SkyEditor.UI/bin/Release/net5.0/linux-x64/publish/
- name: Upload Linux build
uses: actions/upload-artifact@v2
with:
name: linux-app
path: |
SkyEditor.UI/bin/Release/net5.0/linux-x64/publish/
DreamNexus-linux.zip
build-mac:
runs-on: macos-10.15
Expand Down

0 comments on commit 0f62cda

Please sign in to comment.