File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 4444 name : ${{ matrix.asset_name }}
4545 path : target/${{ matrix.target }}/release/${{ matrix.artifact_name }}
4646 if-no-files-found : error
47+ retention-days : 1
4748
4849 docker :
4950 name : Build and Push Docker image
@@ -83,22 +84,22 @@ jobs:
8384 runs-on : ubuntu-latest
8485 permissions :
8586 packages : write
86- contents : read
87+ contents : write
8788 steps :
8889 - name : Download artifacts
8990 uses : actions/download-artifact@v4
9091 with :
91- path : target
92+ pattern : mq-*
9293 - name : Create Release
9394 id : create_release
9495 uses : softprops/action-gh-release@v2
9596 with :
9697 files : |
97- target/x86_64-unknown-linux-gnu/release /mq-x86_64-unknown-linux-gnu
98- target/aarch64-unknown-linux-gnu/release /mq-aarch64-unknown-linux-gnu
99- target/x86_64-pc-windows-msvc/release /mq-x86_64-pc-windows-msvc.exe
100- target/x86_64-apple-darwin/release /mq-x86_64-apple-darwin
101- target/aarch64-apple-darwin/release /mq-aarch64-apple-darwin
98+ mq/mq /mq-x86_64-unknown-linux-gnu
99+ mq/mq /mq-aarch64-unknown-linux-gnu
100+ mq/mq /mq-x86_64-pc-windows-msvc.exe
101+ mq/mq /mq-x86_64-apple-darwin
102+ mq/mq /mq-aarch64-apple-darwin
102103 draft : true
103104 prerelease : false
104105 generate_release_notes : true
You can’t perform that action at this time.
0 commit comments