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

Commit f533931

Browse files
committed
Remove branch names
1 parent df3d885 commit f533931

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
repo_token: "${{secrets.DEPLOY_PASSWORD}}"
1818
prerelease: false
1919
files: |
20-
dockerize-linux-amd64-${{github.branch}}.tar.gz
21-
dockerize-linux-386-${{github.branch}}.tar.gz
22-
dockerize-linux-armel-${{github.branch}}.tar.gz
23-
dockerize-linux-armhf-${{github.branch}}.tar.gz
24-
dockerize-linux-ppc64le-${{github.branch}}.tar.gz
20+
dockerize-linux-amd64-*.tar.gz
21+
dockerize-linux-386-*.tar.gz
22+
dockerize-linux-armel-*.tar.gz
23+
dockerize-linux-armhf-*.tar.gz
24+
dockerize-linux-ppc64le-*.tar.gz

0 commit comments

Comments
 (0)