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 07a0919 commit 53a5420Copy full SHA for 53a5420
.github/workflows/package_launcher.yml
@@ -1,6 +1,12 @@
1
name: Package Launcher
2
3
on:
4
+ push:
5
+ paths:
6
+ - .github/workflows/package_launcher.yml
7
+ pull_request:
8
9
10
workflow_dispatch:
11
12
jobs:
@@ -35,6 +41,7 @@ jobs:
35
41
with:
36
42
key: ${{ steps.rust.outputs.cachekey }}
37
43
workspaces: "./Launcher -> target"
44
+ env-vars: ""
38
45
- name: Install cargo-packager
39
46
run: cargo +${{ steps.rust.outputs.name }} install cargo-packager --locked --verbose
40
47
- name: Build & Package
0 commit comments