We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ae885 commit 19546a3Copy full SHA for 19546a3
.github/workflows/reusable-release-build-debian-pkg.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
build:
15
- runs-on: ubuntu-latest
+ runs-on: ubuntu24.04-16core-64GB-600SSD-bor
16
timeout-minutes: 30
17
18
steps:
@@ -138,12 +138,12 @@ jobs:
138
retention-days: 5
139
compression-level: 0
140
if-no-files-found: error
141
-
+
142
- name: Upload artifact arm64.deb.checksum
143
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 ## v4.6.2
144
with:
145
name: ${{ inputs.application }}_${{ inputs.version }}_arm64.deb.checksum
146
path: ./deb-pkg/${{ inputs.application }}_${{ inputs.version }}_arm64.deb.checksum
147
148
149
- if-no-files-found: error
+ if-no-files-found: error
0 commit comments