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

Commit

Permalink
Remove branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Feb 8, 2022
1 parent df3d885 commit f533931
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.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
dockerize-linux-amd64-*.tar.gz
dockerize-linux-386-*.tar.gz
dockerize-linux-armel-*.tar.gz
dockerize-linux-armhf-*.tar.gz
dockerize-linux-ppc64le-*.tar.gz

0 comments on commit f533931

Please sign in to comment.