Skip to content

Commit

Permalink
Assets path fix (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr211 authored Jun 19, 2020
1 parent 731eda8 commit a99c5d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: '${{ github.event.release.upload_url }}'
asset_path: ./bin/authenticator-rust
asset_path: ./bin/authenticator-rs
asset_name: 'authenticator-rs-${{ github.event.release.tag_name }}-x86_64'
asset_content_type: application/octet-stream
8 changes: 5 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
version: '2'
version: '3'
services:
hello_world:
rust:
image: ubuntu
command: [/bin/echo, 'Hello world
command: [/bin/sleep, '60000']
volumes:
- '.:/authenticator-rs'

0 comments on commit a99c5d5

Please sign in to comment.