2833 shaares
5 private links
5 private links
39 results
tagged
github
-
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: world.txt -
uses: actions/download-artifact@v4
with:
name: my-artifact
path: distfiles -
name: Copy artifact to server
uses: appleboy/scp-action@v1
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
source: distfiles/*
target: your_server_target_folder_path
🎓 Learning & Prototyping: Experiment with new libraries and frameworks on-the-fly.
pandas
Photino is a lightweight open-source framework for building native, cross-platform desktop applications with Web UI technology.
A wrapper of System.IO.FileSystemWatcher to standardize the events and avoid false change notifications, used in ImageGlass project.