Click here to Skip to main content
15,891,136 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: CCC 2023-05-26 - solution Pin
OriginalGriff26-May-23 2:31
mveOriginalGriff26-May-23 2:31 
GeneralRe: CCC 2023-05-26 - solution Pin
pkfox26-May-23 22:03
professionalpkfox26-May-23 22:03 
GeneralGithib Workflow Script Failing Pin
Kevin Marois25-May-23 19:09
professionalKevin Marois25-May-23 19:09 
GeneralRe: Githib Workflow Script Failing Pin
OriginalGriff25-May-23 19:52
mveOriginalGriff25-May-23 19:52 
GeneralRe: Githib Workflow Script Failing Pin
Pete O'Hanlon26-May-23 1:38
mvePete O'Hanlon26-May-23 1:38 
GeneralRe: Githib Workflow Script Failing Pin
Kevin Marois26-May-23 4:41
professionalKevin Marois26-May-23 4:41 
GeneralRe: Githib Workflow Script Failing Pin
Slacker00726-May-23 5:50
professionalSlacker00726-May-23 5:50 
GeneralRe: Githib Workflow Script Failing Pin
Kevin Marois26-May-23 8:18
professionalKevin Marois26-May-23 8:18 
Thanks. That looks like it's just doing the same thing.

One thing I think I figured out is that this part
steps:
- name: Create Output Directory
  run: mkdir output2    

<ul>
<li>uses: actions/download-artifact@v3
with:
name: Line2-Win-Next
path: ${{ github.workspace }}/output2/
doesn't seem to be creating the output folder.
When I removed the wildcard asterick from the last line, the error message changed to
upload failed: output/ to s3://client-builds/releases/ [Errno 21] Is a directory: '/home/runner/work/Line2-Win-Next/Line2-Win-Next/output/'

Question: In this step
steps:
- name: Create Output Directory
  run: mkdir output2
Running on linux. From this script, is it possible to see if that folder exists, and if so, its contents?
In theory, theory and practice are the same. But in practice, they never are.”
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.

GeneralRe: Githib Workflow Script Failing Pin
RedDk26-May-23 8:35
RedDk26-May-23 8:35 
GeneralWordle 706 Pin
StarNamer@work25-May-23 13:21
professionalStarNamer@work25-May-23 13:21 
GeneralRe: Wordle 706 Pin
Amarnath S25-May-23 14:55
professionalAmarnath S25-May-23 14:55 
GeneralRe: Wordle 706 Pin
Shane010325-May-23 18:18
Shane010325-May-23 18:18 
GeneralRe: Wordle 706 Pin
OriginalGriff25-May-23 18:42
mveOriginalGriff25-May-23 18:42 
GeneralRe: Wordle 706 - 3 4 me very lucky guess Pin
pkfox25-May-23 20:40
professionalpkfox25-May-23 20:40 
GeneralRe: Wordle 706 Pin
Sander Rossel25-May-23 21:36
professionalSander Rossel25-May-23 21:36 
GeneralRe: Wordle 706 Pin
pkfox25-May-23 22:53
professionalpkfox25-May-23 22:53 
GeneralRe: Wordle 706 Pin
ChandraRam25-May-23 23:02
ChandraRam25-May-23 23:02 
GeneralRe: Wordle 706 Pin
StarNamer@work26-May-23 3:59
professionalStarNamer@work26-May-23 3:59 
GeneralRe: Wordle 706 Pin
ChandraRam26-May-23 4:00
ChandraRam26-May-23 4:00 
GeneralRe: Wordle 706 Pin
ChandraRam25-May-23 23:01
ChandraRam25-May-23 23:01 
GeneralRe: Wordle 706 Pin
Cp-Coder26-May-23 1:11
Cp-Coder26-May-23 1:11 
GeneralRe: Wordle 706 (6/6) Pin
musefan26-May-23 3:53
musefan26-May-23 3:53 
GeneralRe: Wordle 706 Pin
Sandeep Mewara26-May-23 4:11
mveSandeep Mewara26-May-23 4:11 
GeneralRe: Wordle 706 (3/6) Pin
Jeremy Falcon26-May-23 6:12
professionalJeremy Falcon26-May-23 6:12 
GeneralRe: Wordle 706 Pin
jmaida26-May-23 9:17
jmaida26-May-23 9:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.