Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PercussiveElbow authored Dec 20, 2021
1 parent 92c7064 commit 312cb74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
container:
image: crystallang/crystal:nightly-alpine-build
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Install dependencies
run: shards install --ignore-crystal-version
- name: Build
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./docker-escape
asset_name: docker-escape
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream

0 comments on commit 312cb74

Please sign in to comment.