@@ -72,45 +72,45 @@ jobs:
7272 run : |
7373 build/env/setup
7474
75- # - name: Bootstrap
76- # if: hashFiles('fsbuild/bootstrap') != ''
77- # run: |
78- # build/env/shell fsbuild/bootstrap
79-
80- # - name: Configure
81- # if: hashFiles('fsbuild/configure') != ''
82- # run: |
83- # build/env/shell fsbuild/configure
84-
85- # - name: Build
86- # run: |
87- # build/env/shell fsbuild/make
88-
89- # - name: Bundle
90- # run: |
91- # fsbuild/bundle
92-
93- # - name: Archive
94- # run: |
95- # fsbuild/archive
96-
97- # - uses: actions/upload-artifact@v4
98- # with:
99- # name: Windows_x86-64
100- # path: fsbuild/_dist/*
101-
102- # - name: Upload to Dropbox
103- # if: >-
104- # env.DROPBOX_REFRESH_TOKEN != null && (
105- # github.ref == 'refs/heads/beta' ||
106- # github.ref == 'refs/heads/fs-uae-3' ||
107- # github.ref == 'refs/heads/main' ||
108- # github.ref == 'refs/heads/master' ||
109- # github.ref == 'refs/heads/stable' ||
110- # github.ref == 'refs/heads/test'
111- # )
112- # run: |
113- # python3 -m venv .venv
114- # source .venv/bin/activate
115- # python3 -m pip install dropbox==12.0.2
116- # fsbuild/upload
75+ - name : Bootstrap
76+ if : hashFiles('fsbuild/bootstrap') != ''
77+ run : |
78+ build/env/shell fsbuild/bootstrap
79+
80+ - name : Configure
81+ if : hashFiles('fsbuild/configure') != ''
82+ run : |
83+ build/env/shell fsbuild/configure
84+
85+ - name : Build
86+ run : |
87+ build/env/shell fsbuild/make
88+
89+ - name : Bundle
90+ run : |
91+ fsbuild/bundle
92+
93+ - name : Archive
94+ run : |
95+ fsbuild/archive
96+
97+ - uses : actions/upload-artifact@v4
98+ with :
99+ name : Windows_x86-64
100+ path : fsbuild/_dist/*
101+
102+ - name : Upload to Dropbox
103+ if : >-
104+ env.DROPBOX_REFRESH_TOKEN != null && (
105+ github.ref == 'refs/heads/beta' ||
106+ github.ref == 'refs/heads/fs-uae-3' ||
107+ github.ref == 'refs/heads/main' ||
108+ github.ref == 'refs/heads/master' ||
109+ github.ref == 'refs/heads/stable' ||
110+ github.ref == 'refs/heads/test'
111+ )
112+ run : |
113+ python3 -m venv .venv
114+ source .venv/bin/activate
115+ python3 -m pip install dropbox==12.0.2
116+ fsbuild/upload
0 commit comments