Skip to content

Commit

Permalink
ci: one final ci fix
Browse files Browse the repository at this point in the history
This CI nonsense happens every single time, omfg
  • Loading branch information
necauqua committed Oct 14, 2024
1 parent 1d54660 commit 08aaccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/finalize-artifacts.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#/usr/bin/env bash

cp -r --no-preserve=mode,ownership result-2 linux-generic
set -e

cp -r --no-preserve=mode,ownership result-2/ linux-generic
chmod +x linux-generic/bin/noita-utility-box
pushd linux-generic
tar -czf ../noita-utility-box-linux-generic.tar *
Expand Down

0 comments on commit 08aaccb

Please sign in to comment.