Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
boytacean
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
João Magalhães
boytacean
Commits
efd55c45
Verified
Commit
efd55c45
authored
11 months ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
chore: bump upload artifact to v4
parent
690f8c17
No related branches found
No related tags found
No related merge requests found
Pipeline
#4259
passed
11 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/deploy.yml
+4
-4
4 additions, 4 deletions
.github/workflows/deploy.yml
with
4 additions
and
4 deletions
.github/workflows/deploy.yml
+
4
−
4
View file @
efd55c45
...
...
@@ -33,7 +33,7 @@ jobs:
mv boytacean-sdl boytacean-sdl-linux-x64
mv libboytacean_libretro.so boytacean_libretro.so
-
name
:
Upload artifacts
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
boytacean-linux
path
:
|
...
...
@@ -70,7 +70,7 @@ jobs:
cd target/release
mv boytacean-sdl.exe boytacean-sdl-win32-x64.exe
-
name
:
Upload artifacts
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
boytacean-win32
path
:
|
...
...
@@ -106,7 +106,7 @@ jobs:
mv boytacean-sdl boytacean-sdl-mac-x64
mv libboytacean_libretro.dylib boytacean_libretro.dylib
-
name
:
Upload artifacts
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
boytacean-mac
path
:
|
...
...
@@ -140,7 +140,7 @@ jobs:
cd frontends/web
zip -r -j boytacean-wasm.zip dist/*
-
name
:
Upload artifacts
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
boytacean-wasm
path
:
frontends/web/boytacean-wasm.zip
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment