Skip to content

Commit

Permalink
CI: upload a release
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOlech committed Feb 14, 2023
1 parent de07b2f commit 66b1cfa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ jobs:
- run: ls -alh
- run: chmod +x dockersave-static && mv dockersave-static dockersave
- run: ./dockersave --version
- name: Publish
uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: dockersave

0 comments on commit 66b1cfa

Please sign in to comment.