Skip to content

Commit

Permalink
4.4 Compartiendo multiple archivo
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorH028 committed Jul 26, 2024
1 parent b2fe110 commit cf4759e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .deb/i-haklab/home/.config/zsh/zhistory
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,8 @@
: 1722021969:0;git commit -m "4.5 "
: 1722021974:0;cd i-Haklab
: 1722021978:0;git add --all
: 1722022007:0;git commit -m "4.4 Compartiendo multiple archivo "
: 1722022011:0;git push
: 1722022096:0;nvim ../.github/workflows/i-haklab_build.yml
: 1722022107:0;nvim .github/workflows/i-haklab_build.yml
: 1722022595:0;git add --all
11 changes: 7 additions & 4 deletions .github/workflows/i-haklab_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Configuraciones
path: |
Home.tar.gz
build/i-haklab
build/src/libbelow_zero.so
path: Home.tar.gz

- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: |
build/i-haklab
build/src/libbelow_zero.so

0 comments on commit cf4759e

Please sign in to comment.