[Mwinapi-commits] SF.net SVN: mwinapi:[147] trunk/.github/workflows/ManagedWinapi-2010.yml
Status: Beta
Brought to you by:
schierlm
|
From: <sch...@us...> - 2020-09-27 11:02:32
|
Revision: 147
http://sourceforge.net/p/mwinapi/code/147
Author: schierlm
Date: 2020-09-27 11:02:28 +0000 (Sun, 27 Sep 2020)
Log Message:
-----------
use relative paths for build artifacts
% pushed from GitHub
% Author: donid <do...@us...>
% Date: Sun Sep 27 11:18:08 2020 +0200
Modified Paths:
--------------
trunk/.github/workflows/ManagedWinapi-2010.yml
Modified: trunk/.github/workflows/ManagedWinapi-2010.yml
===================================================================
--- trunk/.github/workflows/ManagedWinapi-2010.yml 2020-09-26 21:31:15 UTC (rev 146)
+++ trunk/.github/workflows/ManagedWinapi-2010.yml 2020-09-27 11:02:28 UTC (rev 147)
@@ -36,10 +36,10 @@
uses: actions/upload-artifact@v2
with:
name: bin_Debug
- path: D:\a\mwinapi\mwinapi\ManagedWinapi\bin\Debug\
+ path: ManagedWinapi\bin\Debug\
- name: Upload artifact bin_ReleaseSigned
uses: actions/upload-artifact@v2
with:
name: bin_ReleaseSigned
- path: D:\a\mwinapi\mwinapi\ManagedWinapi\bin\ReleaseSigned\
+ path: ManagedWinapi\bin\ReleaseSigned\
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|