mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 20:25:58 +00:00
remove echo set-env
This commit is contained in:
parent
067f362843
commit
74530b38e7
1 changed files with 0 additions and 1 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -330,7 +330,6 @@ jobs:
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: |
|
run: |
|
||||||
FILE_NAME=${{ env.CURR_DATE }}-${{ env.GIT_HASH }}-${{ env.GIT_TAG }}-macOS-netplay.tar.gz
|
FILE_NAME=${{ env.CURR_DATE }}-${{ env.GIT_HASH }}-${{ env.GIT_TAG }}-macOS-netplay.tar.gz
|
||||||
echo "::set-env name=FILE_NAME::${FILE_NAME}"
|
|
||||||
cp -Rf Data/Sys build/Binaries/Dolphin.app/Contents/Resources/
|
cp -Rf Data/Sys build/Binaries/Dolphin.app/Contents/Resources/
|
||||||
mkdir artifact
|
mkdir artifact
|
||||||
cd ./build/Binaries/
|
cd ./build/Binaries/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue