mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 13:18:24 +00:00
6 lines
166 B
Bash
6 lines
166 B
Bash
|
#!/bin/bash -ex
|
||
|
|
||
|
. .ci/common/pre-upload.sh
|
||
|
REV_NAME="citra-linux-${GITDATE}-${GITREV}"
|
||
|
mv build/Citra*.AppImage "${GITHUB_WORKSPACE}"/artifacts/${REV_NAME}.AppImage
|