Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/upload-artifact from 4.3.5 to 4.3.6 #50

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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].5
- uses: actions/[email protected].6
with:
name: macOS Debug
path: OutDebug/macOSDebug.tar
- uses: actions/[email protected].5
- uses: actions/[email protected].6
with:
name: macOS Release
path: Out/macOSRelease.tar
- uses: actions/[email protected].5
- uses: actions/[email protected].6
with:
name: macOS Apple Silicon Debug
path: OutDebug/macOSDebugAppleSilicon.tar
- uses: actions/[email protected].5
- uses: actions/[email protected].6
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].5
- uses: actions/[email protected].6
with:
name: Linux Debug
path: target/debug/bundle/deb/*.deb
- uses: actions/[email protected].5
- uses: actions/[email protected].6
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].5
- uses: actions/[email protected].6
with:
name: Windows Debug
path: out-debug/*.exe
- uses: actions/[email protected].5
- uses: actions/[email protected].6
with:
name: Windows Release
path: out/*.exe