Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
libvlc-nuget
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
VideoLAN
libvlc-nuget
Commits
ea223ca6
Commit
ea223ca6
authored
6 months ago
by
Martin Finkel
Browse files
Options
Downloads
Patches
Plain Diff
github: update download-artifact
parent
97b66b18
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yml
+4
-4
4 additions, 4 deletions
.github/workflows/ci.yml
with
4 additions
and
4 deletions
.github/workflows/ci.yml
+
4
−
4
View file @
ea223ca6
...
...
@@ -45,7 +45,7 @@ jobs:
run
:
|
nuget pack VideoLAN.LibVLC.iOS.nuspec
-
name
:
Upload build
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
libvlc-ios-build
path
:
./*.nupkg
...
...
@@ -84,7 +84,7 @@ jobs:
working-directory
:
vlc-winrt/modules/libaccess_winrt_plugin.UWP
run
:
msbuild libaccess_winrt_plugin.UWP.vcxproj /p:Configuration=Release /p:Platform=Win32
-
name
:
Upload build
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
libvlc-uwp-access-build-${{ matrix.arch }}
path
:
vlc-winrt/modules/libaccess_winrt_plugin.UWP/Release/libaccess_winrt_plugin.UWP
...
...
@@ -95,7 +95,7 @@ jobs:
needs
:
UWP_access_v3
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/download-artifact@v
2
-
uses
:
actions/download-artifact@v
4
-
uses
:
NuGet/setup-nuget@v1.2.0
with
:
nuget-version
:
'
5.x'
...
...
@@ -148,7 +148,7 @@ jobs:
run
:
|
nuget pack VideoLAN.LibVLC.UWP.nuspec
-
name
:
Upload NuGet package
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
libvlc-uwp
path
:
'
*.nupkg'
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