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 09a9b7e commit 817cc8fCopy full SHA for 817cc8f
1 file changed
.github/workflows/release.yml
@@ -22,6 +22,8 @@ jobs:
22
- debian:trixie
23
container:
24
image: ${{ matrix.os }}
25
+ env:
26
+ TM_DATA_DIR: /usr/share/task-maker-rust
27
steps:
28
- uses: actions/checkout@v4
29
- name: Install Deps
@@ -60,9 +62,16 @@ jobs:
60
62
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
61
63
with:
64
name: tmr-debs-${{ env.ARTIFACT_SUFFIX }}
- path: tmr-debs-${{ env.ARTIFACT_SUFFIX }}.tar.gz
65
+ path: "target/debian/*.deb"
66
compression-level: 0
67
68
+ - name: Upload the artifacts
69
+ uses: skx/github-action-publish-binaries@master
70
71
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
+ with:
73
+ args: "target/debian/*.deb"
74
+
75
aur:
76
name: AUR
77
runs-on: ubuntu-latest
0 commit comments