mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 00:35:33 +00:00
10 lines
121 B
Bash
Executable file
10 lines
121 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
version=`date +"%Y.%m.%d"`
|
|
|
|
nuspec="gitlab-ci/SDL2-CS.nuspec"
|
|
|
|
nuget pack $nuspec -Version $version
|