Skip to content

Commit

Permalink
Now generates a full build
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd committed Jan 24, 2021
1 parent 3c7a35f commit 8ec97bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.mode }}
path: package/*.zip
path: package/**
2 changes: 2 additions & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ target("cyber_engine_tweaks")
local branch, commitHash = version()

-- This is a hack provided by ruki until find_7z returns the full path
--[[
import("core.platform.environment")
function do_zip()
environment.enter("toolchains")
Expand All @@ -91,5 +92,6 @@ target("cyber_engine_tweaks")
end
do_zip()
]]--

end)

0 comments on commit 8ec97bd

Please sign in to comment.