File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,15 +95,15 @@ jobs:
95
95
run : |
96
96
sudo apt-get install devscripts build-essential debhelper-compat
97
97
98
- - name : Create folder structure for amd64 distribution
98
+ - name : Create folder structure for ${{ matrix.architecture }} distribution
99
99
run : |
100
100
mkdir gitmastery-${VERSION}-${ARCHITECTURE}
101
101
102
102
- name : Download ${{ matrix.architecture }} binaries from artifacts
103
103
uses : actions/download-artifact@v4
104
104
with :
105
- name : gitmastery-${{ env.VERSION }}-linux-${ARCHITECTURE }
106
- path : gitmastery-${{ env.VERSION }}-${ARCHITECTURE }/
105
+ name : gitmastery-${{ env.VERSION }}-linux-${{ matrix.architecture } }
106
+ path : gitmastery-${{ env.VERSION }}-${{ matrix.architecture } }/
107
107
108
108
- name : Create upstream tarball .orig.tar.gz
109
109
run : |
@@ -165,7 +165,7 @@ jobs:
165
165
cat debian/rules
166
166
167
167
# Build the package
168
- dpkg-buildpackage -us -uc -a amd64
168
+ dpkg-buildpackage -us -uc -a ${ARCHITECTURE}
169
169
170
170
- name : Logging
171
171
run : |
You can’t perform that action at this time.
0 commit comments