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 09b29ff commit b2fe110
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .deb/i-haklab/home/.config/zsh/zhistory
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,12 @@
: 1722021275:0;nvim i-haklab_build.yml
: 1722021422:0;cd i-Haklab
: 1722021532:0;git add --all
: 1722021550:0;git commit -m "4.3 Solucionando errores "
: 1722021554:0;git push
: 1722021788:0;cd .github/workflows
: 1722021792:0;nvim i-haklab_build.yml
: 1722021924:0;git add --all
: 1722021953:0;git commit -m "4.4 Compartiendo multiples archivos "
: 1722021969:0;git commit -m "4.5 "
: 1722021974:0;cd i-Haklab
: 1722021978:0;git add --all
7 changes: 5 additions & 2 deletions .github/workflows/i-haklab_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
- name: Compilando...
run: pwd
- name: Uploading...
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Configuraciones
path: Home.tar.gz build/i-haklab build/src/libbelow_zero.so
path: |
Home.tar.gz
build/i-haklab
build/src/libbelow_zero.so

0 comments on commit b2fe110

Please sign in to comment.