diff options
| author | Linus Färnstrand <faern@faern.net> | 2022-10-06 17:30:30 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-10-10 11:55:56 +0200 |
| commit | ec7ea9fb689c6c3087ccbc4d37cbb786fff44895 (patch) | |
| tree | 51d75bf5b47aeed30dfa2078fe42fe580243903b /.github | |
| parent | 447793c6f8c1dd69486ef395475bede7e06adfee (diff) | |
| download | mullvadvpn-ec7ea9fb689c6c3087ccbc4d37cbb786fff44895.tar.xz mullvadvpn-ec7ea9fb689c6c3087ccbc4d37cbb786fff44895.zip | |
Make Visual Studio/C++ projects fetch version.h from mullvad-version
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/daemon.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 193f8f075f..8f4740de71 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -20,7 +20,6 @@ on: - build-apk.sh - update-api-metadata.sh - update-version-metadata.sh - - version-metadata.sh # Build if requested manually from the Actions tab workflow_dispatch: jobs: diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index beae485ded..c6ef2f1fff 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -29,7 +29,6 @@ on: - integration-tests.sh - prepare-release.sh - rustfmt.toml - - version-metadata.sh # Build if requested manually from the Actions tab workflow_dispatch: jobs: |
