Skip to content

Commit

Permalink
Clean up release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 authored Aug 1, 2022
1 parent 3d5bb24 commit fd27368
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ jobs:
release:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Install tools
# gridsite-clients is required for urlencode
run: sudo apt update && sudo apt install -y gridsite-clients

- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Run build
run: ci/build.sh
Expand Down

0 comments on commit fd27368

Please sign in to comment.