Compare commits

...

53 Commits

Author SHA1 Message Date
Nix
07571aaeb0
Update version.json
Some checks failed
Version Change Action / version-release (push) Has been cancelled
2024-12-31 15:08:07 -03:00
Nix
63dc90b239
Update Build.yml 2024-12-31 15:07:46 -03:00
Nix
fc4ac0ba56
Update version.json 2024-12-31 14:56:12 -03:00
Nix
15c161faff
Update Build.yml 2024-12-31 14:56:01 -03:00
Nix
2db2f1b18b
Update version.json 2024-12-31 14:53:18 -03:00
Nix
a582b497f8
Update Build.yml 2024-12-31 14:53:07 -03:00
Nix
93d607229e
Update version.json 2024-12-31 14:51:49 -03:00
Nix
9634a378ab
Update Build.yml 2024-12-31 14:51:31 -03:00
Nix
247f801d35
Update version.json 2024-12-31 14:48:25 -03:00
Nix
645cfeb52b
Update Build.yml 2024-12-31 14:48:10 -03:00
Nix
6596ad44f8
Update version.json 2024-12-31 14:45:08 -03:00
Nix
228565daf3
Update Build.yml 2024-12-31 14:44:44 -03:00
Nix
b45951cab6
Update version.json 2024-12-31 14:41:42 -03:00
Nix
76d88787ac
Update Build.yml 2024-12-31 14:41:10 -03:00
Nix
19332fd936
Update version.json 2024-12-31 14:40:17 -03:00
Nix
cef44074c5
Update Build.yml 2024-12-31 14:39:42 -03:00
Nix
2a4ba7cfcf
Update version.json 2024-12-31 14:37:58 -03:00
Nix
e6b4a7acf3
Update Build.yml 2024-12-31 14:37:43 -03:00
Nix
97215e4c75
Update version.json 2024-12-31 14:33:00 -03:00
Nix
6c93ab07c5
Update Build.yml 2024-12-31 14:32:09 -03:00
Nix
14855f2f00
Update version.json 2024-12-31 14:28:20 -03:00
Nix
897fa4c8b7
Update Build.yml 2024-12-31 14:27:53 -03:00
Nix
7ca5855198
Update version.json 2024-12-31 14:23:04 -03:00
Nix
5a6bdd3aad
Update Build.yml 2024-12-31 14:22:50 -03:00
Nix
b35063d0b2
Update version.json 2024-12-31 11:45:30 -03:00
Nix
fe6d409fb5
Update Build.yml 2024-12-31 11:45:14 -03:00
Nix
bce36c3728
Update version.json 2024-12-31 11:40:24 -03:00
Nix
aa8a72c8cb
Update Build.yml 2024-12-31 11:40:14 -03:00
Nix
b3155b4844
Update version.json 2024-12-31 11:37:40 -03:00
Nix
aaf141e338
Update Build.yml 2024-12-31 11:37:28 -03:00
Nix
c125f440f8
Update version.json 2024-12-31 11:33:59 -03:00
Nix
1543b36eb5
Update Build.yml 2024-12-31 11:33:40 -03:00
Nix
eb6b27ed23
Update version.json 2024-12-31 11:28:06 -03:00
Nix
0702f918dd
Update Build.yml 2024-12-31 11:27:09 -03:00
Nix
5792bcb6eb
Update version.json 2024-12-31 11:23:44 -03:00
Nix
b6241e7aad
Update Build.yml 2024-12-31 11:23:29 -03:00
Nix
0ac8a1bf51
Update version.json 2024-12-31 11:17:45 -03:00
Nix
60e532b604
Update Build.yml 2024-12-31 11:17:22 -03:00
Nix
52b07aab71
Update version.json 2024-12-31 11:13:57 -03:00
Nix
bb48b3e293
Update Build.yml 2024-12-31 11:13:19 -03:00
Nix
f86bb54abe
Update version.json 2024-12-31 11:05:01 -03:00
Nix
35e1cd7d17
Update Build.yml 2024-12-31 11:04:36 -03:00
Nix
c0ce394fda
Update version.json 2024-12-31 11:00:24 -03:00
Nix
1f739f25e8
Update Build.yml 2024-12-31 11:00:06 -03:00
Nix
2d362843c2
Update version.json 2024-12-31 10:58:39 -03:00
Nix
ae14820c4d
Update Build.yml 2024-12-31 10:58:21 -03:00
Nix
50b3f09ed1
Update version.json 2024-12-31 10:55:46 -03:00
Nix
b9bf71334b
Update Build.yml 2024-12-31 10:54:42 -03:00
Nix
40bf8ea23e
Update Build.yml 2024-12-31 10:49:57 -03:00
Nix
89cf8218f8
Update version.json 2024-12-31 10:45:32 -03:00
Nix
520a1b500f
Update Build.yml 2024-12-31 10:45:17 -03:00
Nix
b6a3218bf6
Update version.json 2024-12-31 10:40:53 -03:00
Nix
c1c98aafae
Create Build.yml 2024-12-31 10:40:30 -03:00
2 changed files with 69 additions and 2 deletions

67
.github/workflows/Build.yml vendored Normal file
View File

@ -0,0 +1,67 @@
name: Version Change Action
on:
push:
paths:
- version.json # Trigger on changes to version.json
jobs:
version-release:
runs-on: windows-latest # Use Windows 10 runner
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x' # Specify the Python version you need
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyqt5 requests pywin32 pyinstaller pillow # Install specific dependencies
- name: Create actions-temp folder
run: mkdir actions-temp # Create the folder called actions-temp
- name: Download picoBuild.py script
run: curl -L -o actions-temp/picoBuild.py https://raw.githubusercontent.com/nixietab/picodulce-build-script/refs/heads/main/picoBuild.py
- name: Run picoBuild.py script
run: python actions-temp/picoBuild.py
- name: Show directory structure
run: |
dir actions-temp
dir
- name: Get version and name from version.json
id: version_info
run: |
$versionJson = Get-Content version.json | ConvertFrom-Json
echo "RELEASE_NAME=Release $($versionJson.version)" >> $env:GITHUB_ENV
echo "RELEASE_TAG=$($versionJson.version)" >> $env:GITHUB_ENV
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
with:
tag_name: ${{ env.RELEASE_TAG }}
release_name: ${{ env.RELEASE_NAME }}
body: "This release was created automatically by a GitHub Action."
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/2hsu.exe
asset_name: 2hsu.exe
asset_content_type: application/octet-stream
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,6 +1,6 @@
{
"version": "0.11.3",
"name": "Mysterious Axolotl",
"version": "0.11.99",
"name": "Lucky Bastard",
"links": [
"https://raw.githubusercontent.com/nixietab/picodulce/canary/version.json",
"https://raw.githubusercontent.com/nixietab/picodulce/canary/picodulce.py",