We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a30bf commit c9373ecCopy full SHA for c9373ec
.github/workflows/1.yml
.github/workflows/deb_amd64.yml
@@ -2,7 +2,7 @@ name: deb-build
2
3
on:
4
push:
5
- branches: [ "*" ]
+ tags: [ "v*" ]
6
7
jobs:
8
package:
@@ -94,7 +94,6 @@ jobs:
94
chmod 0600 ~/.ssh/id_ed25519 ~/.ssh/known_hosts
95
- name: Upload packages (repository)
96
shell: bash
97
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
98
run: |
99
rsync \
100
--ignore-existing \
@@ -123,7 +122,6 @@ jobs:
123
122
release:
124
runs-on: ubuntu-latest
125
needs: package
126
127
steps:
128
- uses: actions/download-artifact@v4
129
- name: Upload artifacts
0 commit comments