Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix branch name in release
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Feb 8, 2022
1 parent b5a0f10 commit df3d885
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
repo_token: "${{secrets.DEPLOY_PASSWORD}}"
prerelease: false
files: |
dockerize-linux-amd64-${{github.ref}}.tar.gz
dockerize-linux-386-${{github.ref}}.tar.gz
dockerize-linux-armel-${{github.ref}}.tar.gz
dockerize-linux-armhf-${{github.ref}}.tar.gz
dockerize-linux-ppc64le-${{github.ref}}.tar.gz
dockerize-linux-amd64-${{github.branch}}.tar.gz
dockerize-linux-386-${{github.branch}}.tar.gz
dockerize-linux-armel-${{github.branch}}.tar.gz
dockerize-linux-armhf-${{github.branch}}.tar.gz
dockerize-linux-ppc64le-${{github.branch}}.tar.gz

0 comments on commit df3d885

Please sign in to comment.