Skip to content

Update readme.md

Update readme.md #10

Workflow file for this run

name: Publish EXE to GitHub Packages
on:
push:
branches:
- main
jobs:
upload:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Compress EXE
run: Compress-Archive -Path path\to\your_file.exe -DestinationPath app.zip
- name: Upload to GitHub Packages
uses: actions/upload-artifact@v3
with:
name: my-app
path: app.zip
git config user.name "nova360-ai"

Check failure on line 26 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
git config user.email "[email protected]"