Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
6d5de12f
"server/text_generation_server/models/seq2seq_lm.py" did not exist on "017a2a8c2f72c4c30b01eab0da53c00c9c1f7057"
Commit
6d5de12f
authored
Apr 21, 2023
by
longpanda
Browse files
Merge branch 'master' of
https://github.com/ventoy/Ventoy
parents
84b2ee7e
da1b306e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.github/workflows/ci.yml
.github/workflows/ci.yml
+6
-6
No files found.
.github/workflows/ci.yml
View file @
6d5de12f
...
@@ -12,26 +12,26 @@ jobs:
...
@@ -12,26 +12,26 @@ jobs:
build
:
build
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Run docker-compose up
-
name
:
Run docker-compose up
run
:
docker-compose up
run
:
docker-compose up
-
uses
:
actions/upload-artifact@v
2
-
uses
:
actions/upload-artifact@v
3
with
:
with
:
name
:
ventoy-windows
name
:
ventoy-windows
path
:
INSTALL/ventoy-*windows*
path
:
INSTALL/ventoy-*windows*
-
uses
:
actions/upload-artifact@v
2
-
uses
:
actions/upload-artifact@v
3
with
:
with
:
name
:
ventoy-linux
name
:
ventoy-linux
path
:
INSTALL/ventoy-*linux*
path
:
INSTALL/ventoy-*linux*
-
uses
:
actions/upload-artifact@v
2
-
uses
:
actions/upload-artifact@v
3
with
:
with
:
name
:
ventoy-livecd
name
:
ventoy-livecd
path
:
INSTALL/ventoy-*livecd*
path
:
INSTALL/ventoy-*livecd*
-
uses
:
actions/upload-artifact@v
2
-
uses
:
actions/upload-artifact@v
3
with
:
with
:
name
:
SHA256SUM
name
:
SHA256SUM
path
:
INSTALL/sha256.txt
path
:
INSTALL/sha256.txt
-
uses
:
actions/upload-artifact@v
2
-
uses
:
actions/upload-artifact@v
3
with
:
with
:
name
:
xxx-build-log
name
:
xxx-build-log
path
:
DOC/build.log
path
:
DOC/build.log
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment