Skip to content

Commit

Permalink
Update build.yml (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger authored Aug 3, 2023
2 parents 616ed77 + 4b47818 commit b7fbb87
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@ jobs:
with:
name: game_cheetah_linux
path: target/release/bundle/deb/game_cheetah_*.deb
- uses: actions/download-artifact@v3
with:
name: game_cheetah_linux
path: distfiles
- name: Copy file to server
uses: appleboy/scp-action@v0.1.4
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: distfiles/*
target: game_cheetah
build_osx:
runs-on: macos-latest
steps:
Expand All @@ -54,19 +41,6 @@ jobs:
with:
name: game_cheetah_osx
path: target/release/game_cheetah
- uses: actions/download-artifact@v3
with:
name: game_cheetah_osx
path: distfiles
- name: Copy file to server
uses: appleboy/scp-action@v0.1.4
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: distfiles/*
target: game_cheetah

build_windows:
runs-on: windows-latest
Expand All @@ -82,17 +56,3 @@ jobs:
with:
name: game_cheetah_windows
path: target/release/game_cheetah.exe
- uses: actions/download-artifact@v3
with:
name: game_cheetah_windows
path: distfiles
- name: Copy file to server
uses: appleboy/scp-action@v0.1.4
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: distfiles/*
target: game_cheetah

0 comments on commit b7fbb87

Please sign in to comment.