Skip to content

Commit

Permalink
ci: fix Cargo.lock update
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Sep 25, 2022
1 parent c56f976 commit b3c8f2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ jobs:
run: |
cargo install cargo-edit
cargo set-version ${{ needs.get-version.outputs.version }}
- name: Build
run: cargo build --release --bin install --bin uninstall --bin service
- name: Create artifact for manifest
uses: actions/upload-artifact@v3
with:
name: manifests
path: native-app/Cargo.*
retention-days: 7
- name: Build
run: cargo build --release --bin install --bin uninstall --bin service
- name: Generate Installer
run: iscc.exe installer/inno-setup.iss
- name: Rename release with version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ jobs:
run: |
cargo install cargo-edit
cargo set-version ${{ needs.get-version.outputs.version }}
- name: Build
run: cargo build --release --bin install --bin uninstall --bin service
- name: Create artifact for manifest
uses: actions/upload-artifact@v3
with:
name: manifests
path: native-app/Cargo.*
retention-days: 1
- name: Build
run: cargo build --release --bin install --bin uninstall --bin service
- name: Generate Installer
run: iscc.exe installer/inno-setup.iss /DAppVersion="${{ needs.get-version.outputs.version }}"
- name: Rename release with version
Expand Down
2 changes: 1 addition & 1 deletion native-app/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3c8f2d

Please sign in to comment.