mirror of
https://github.com/nzp-team/glquake.git
synced 2024-12-01 08:21:33 +00:00
YML: remove useless transfer.sh dependency
This commit is contained in:
parent
9d29f00bc6
commit
e9eff1fd0d
1 changed files with 1 additions and 13 deletions
14
.github/workflows/build-and-release.yml
vendored
14
.github/workflows/build-and-release.yml
vendored
|
@ -20,22 +20,10 @@ jobs:
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
run: |
|
run: |
|
||||||
make -f Makefile
|
make -f Makefile
|
||||||
- name: Zip and Upload
|
- name: Zip
|
||||||
id: zip
|
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
run: |
|
run: |
|
||||||
zip -r ctr-nzp-3dsx.zip nzportable.3dsx nzportable.smdh
|
zip -r ctr-nzp-3dsx.zip nzportable.3dsx nzportable.smdh
|
||||||
curl --upload-file ./ctr-nzp-3dsx.zip https://transfer.sh/ctr-nzp-3dsx.zip > output-log.log
|
|
||||||
echo "::set-output name=zip::$(cat output-log.log)"
|
|
||||||
Unify-and-Release:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: Compile-3ds
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Download Archives
|
|
||||||
working-directory: ./
|
|
||||||
run: |
|
|
||||||
curl ${{ needs.Compile-3ds.outputs.o3ds_link }} -o ctr-nzp-3dsx.zip
|
|
||||||
- name: Generate Build Date
|
- name: Generate Build Date
|
||||||
id: date
|
id: date
|
||||||
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')"
|
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')"
|
||||||
|
|
Loading…
Reference in a new issue