Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: v8reader
path: S:/work/CPP/BDS13/v8reader/Win32/Debug/v8reader.exe
path: S:/work/CPP/BDS13/Compile/build/Win32/Debug/v8reader.exe
# Îáû÷íî áèíàðíèê ñîçäàåòñÿ â ïîäïàïêå Win32/Release
release:
# Запускаем ТОЛЬКО при пуше тега
Expand Down
Loading