Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent daf4129 commit 78edc8d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ jobs:
- run: tar -cvf Out/macOSRelease.tar -C target/x86_64-apple-darwin/release/bundle/osx/ $(ls target/x86_64-apple-darwin/release/bundle/osx/)
- run: tar -cvf OutDebug/macOSDebugAppleSilicon.tar -C target/aarch64-apple-darwin/debug/bundle/osx/ $(ls target/aarch64-apple-darwin/debug/bundle/osx/)
- run: tar -cvf Out/macOSReleaseAppleSilicon.tar -C target/aarch64-apple-darwin/release/bundle/osx/ $(ls target/aarch64-apple-darwin/release/bundle/osx/)
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
name: macOS Debug
path: OutDebug/macOSDebug.tar
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
name: macOS Release
path: Out/macOSRelease.tar
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
name: macOS Apple Silicon Debug
path: OutDebug/macOSDebugAppleSilicon.tar
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
name: macOS Apple Silicon Release
path: Out/macOSReleaseAppleSilicon.tar
Expand All @@ -72,11 +72,11 @@ jobs:
- run: cargo install cargo-bundle
- run: cargo bundle
- run: cargo bundle --release
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
name: Linux Debug
path: target/debug/bundle/deb/*.deb
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
name: Linux Release
path: target/release/bundle/deb/*.deb
Expand All @@ -89,11 +89,11 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- run: cargo build -Zunstable-options --out-dir=out-debug
- run: cargo build --release -Zunstable-options --out-dir=out
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
name: Windows Debug
path: out-debug/*.exe
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
name: Windows Release
path: out/*.exe

0 comments on commit 78edc8d

Please sign in to comment.